From 46f6ee5545f0703c1626c8de35a8e6e6217a9b14 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 8 Feb 2017 14:33:24 -0500 Subject: Update --- RGens/data/sample-grammars/fantasy-locations.gram | 4 ++-- 1 file changed, 2 insertions(+), 2 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 63a7dca..0dc8aa3 100755 --- a/RGens/data/sample-grammars/fantasy-locations.gram +++ b/RGens/data/sample-grammars/fantasy-locations.gram @@ -1,11 +1,11 @@ pragma uniform -[location-name] 4 [name1] [name2] +[fantasy-location-name] 4 [name1] [name2] 2 [name1] [name1] [name2] pragma uniform -pragma initial-rule [location-name] +pragma initial-rule [fantasy-location-name] [name1] amber angry -- cgit v1.2.3