diff options
Diffstat (limited to 'RGens/data/sample-grammars/long-data/consonant-group.gram')
| -rw-r--r-- | RGens/data/sample-grammars/long-data/consonant-group.gram | 86 |
1 files changed, 44 insertions, 42 deletions
diff --git a/RGens/data/sample-grammars/long-data/consonant-group.gram b/RGens/data/sample-grammars/long-data/consonant-group.gram index d709b9a..a9835d0 100644 --- a/RGens/data/sample-grammars/long-data/consonant-group.gram +++ b/RGens/data/sample-grammars/long-data/consonant-group.gram @@ -1,42 +1,44 @@ -b -br -c -cl -ch -cr -d -dr -f -fl -fr -g -gl -gr -h -l -m -n -p -pl -ph -pr -s -st -sl -str -sm -sw -sp -sh -sc -sch -sn -t -th -tr -v -w -wr -x -y -z +[consonant-group] → b + br + c + cl + ch + cr + d + dr + f + fl + fr + g + gl + gr + h + l + m + n + p + pl + ph + pr + s + st + sl + str + sm + sw + sp + sh + sc + sch + sn + t + th + tr + v + w + wr + x + y + z + +pragma initial-rule [consonant-group] |
