diff options
| author | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-22 17:10:14 -0400 |
|---|---|---|
| committer | bjculkin <bjculkin@mix.wvu.edu> | 2017-03-22 17:10:14 -0400 |
| commit | 5414d72f62445a3c53683fd862284ce43f6d1c8d (patch) | |
| tree | a848a8c7f9c05866ce6d497c4eac1efad7e7f182 /RGens/data/sample-grammars/fantasy-locations.gram | |
| parent | 55013c4a173574ff2217e18d46a6118bf20717c2 (diff) | |
Update sample grammars
Diffstat (limited to 'RGens/data/sample-grammars/fantasy-locations.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/fantasy-locations.gram | 12 |
1 files changed, 6 insertions, 6 deletions
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] |
