From 5414d72f62445a3c53683fd862284ce43f6d1c8d Mon Sep 17 00:00:00 2001 From: bjculkin Date: Wed, 22 Mar 2017 17:10:14 -0400 Subject: Update sample grammars --- RGens/data/sample-grammars/fantasy-locations.gram | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'RGens/data/sample-grammars/fantasy-locations.gram') diff --git a/RGens/data/sample-grammars/fantasy-locations.gram b/RGens/data/sample-grammars/fantasy-locations.gram index 0dc8aa3..7aea723 100755 --- a/RGens/data/sample-grammars/fantasy-locations.gram +++ b/RGens/data/sample-grammars/fantasy-locations.gram @@ -1,9 +1,9 @@ -pragma uniform - -[fantasy-location-name] 4 [name1] [name2] - 2 [name1] [name1] [name2] - -pragma uniform +[fantasy-location-name] [name1] [name2] + [name1] [name2] + [name1] [name2] + [name1] [name2] + [name1] [name1] [name2] + [name1] [name1] [name2] pragma initial-rule [fantasy-location-name] -- cgit v1.2.3