diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-31 12:54:34 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-31 12:54:53 -0300 |
| commit | c5cda1252f8b3636a5813f3c20a306438d81e112 (patch) | |
| tree | e409250d9b34f342b0fd023a63cafac8c39911d6 /RGens/data/sample-grammars/fantasy-locations.gram | |
| parent | 2aa0fa1d83411855d2d3388809f1a0485513128f (diff) | |
Update sample grammars
Diffstat (limited to 'RGens/data/sample-grammars/fantasy-locations.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/fantasy-locations.gram | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/RGens/data/sample-grammars/fantasy-locations.gram b/RGens/data/sample-grammars/fantasy-locations.gram index 5b8bcef..1190d68 100755 --- a/RGens/data/sample-grammars/fantasy-locations.gram +++ b/RGens/data/sample-grammars/fantasy-locations.gram @@ -1,9 +1,7 @@ -[fantasy-location-name] [name1] [name2] - [name1] [name2] - [name1] [name2] - [name1] [name2] - [name1] [name1] [name2] - [name1] [name1] [name2] +[fantasy-location-name] [name2] + +pragma prefix-with [fantasy-location-name] [name1] +pragma prefix-with [fantasy-location-name] [name1] pragma initial-rule [fantasy-location-name] @@ -107,6 +105,7 @@ pragma initial-rule [fantasy-location-name] wind winter xanthous + [complete-color] [name2] beach bear |
