From 65e19f8feedc520034187f08014d4e92b281918f Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 22 Mar 2017 10:35:48 -0400 Subject: Convert long rules to grammars --- .../data/sample-grammars/long-data/consonant.gram | 44 +++++++++++----------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'RGens/data/sample-grammars/long-data/consonant.gram') diff --git a/RGens/data/sample-grammars/long-data/consonant.gram b/RGens/data/sample-grammars/long-data/consonant.gram index 17cf67e..1d51292 100644 --- a/RGens/data/sample-grammars/long-data/consonant.gram +++ b/RGens/data/sample-grammars/long-data/consonant.gram @@ -1,21 +1,23 @@ -b -c -d -f -g -h -j -k -l -m -n -p -q -r -s -t -v -w -x -y -z +[consonant] → b + c + d + f + g + h + j + k + l + m + n + p + q + r + s + t + v + w + x + y + z + +pragma initial-rule [consonant] -- cgit v1.2.3