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 --- RGens/data/sample-grammars/long-data/natural-color.gram | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'RGens/data/sample-grammars/long-data/natural-color.gram') diff --git a/RGens/data/sample-grammars/long-data/natural-color.gram b/RGens/data/sample-grammars/long-data/natural-color.gram index 8830962..efdeba7 100644 --- a/RGens/data/sample-grammars/long-data/natural-color.gram +++ b/RGens/data/sample-grammars/long-data/natural-color.gram @@ -1,6 +1,8 @@ -red -black -blue -green -white -yellow +[natural-color] → red + black + blue + green + white + yellow + +pragma initial-rule [natural-color] -- cgit v1.2.3