File size: 304 Bytes
4a08ba7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Bargam Rule Set
# Written by: Emily Strand
# Last updated: 2020-02-20
type,sfrom,sto,weight,precede,follow,comment
# Class Rules
class,passthrough,[abdefhiklmnopstuwz],,,,
# Individual Letters
sub,g,ɡ,2,,,
sub,q,ʔ,2,,,
sub,r,ɾ,2,,,
sub,y,j,2,,,
sub,({passthrough}),\1,2,,,
# Misc. Rules
sub,-,,2,,,
|