diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-08 19:07:00 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-08 19:07:00 -0300 |
| commit | c05bc20039a7ff3c0800a17e9c430373a705621f (patch) | |
| tree | bfb383250f6f56c35dc4f3753336957a0628d96b /data/sample-grammars/fantasy-locations.gram | |
| parent | 33a165f0b0055d2bdf9a1fcaa639b31a7f87d9a6 (diff) | |
Update grammars
Diffstat (limited to 'data/sample-grammars/fantasy-locations.gram')
| -rwxr-xr-x | data/sample-grammars/fantasy-locations.gram | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/sample-grammars/fantasy-locations.gram b/data/sample-grammars/fantasy-locations.gram index 32ab26f..95e31a8 100755 --- a/data/sample-grammars/fantasy-locations.gram +++ b/data/sample-grammars/fantasy-locations.gram @@ -28,11 +28,11 @@ pragma initial-rule [fantasy-location-name] drowsy dry dusty - [ebon|ebony] + [ebon||ebony] emerald fleet fire - [gold|golden] + [gold||golden] good grace grand @@ -47,7 +47,7 @@ pragma initial-rule [fantasy-location-name] holy honey hot - [ice|icy] + [ice||icy] iron ivory lilac @@ -56,16 +56,16 @@ pragma initial-rule [fantasy-location-name] maple mighty night - [oak|oaken] + [oak||oaken] onyx peaceful pearl prancing quartz queens - [rain|rainy] + [rain||rainy] red - [rose|rosy] + [rose||rosy] royal ruby sable @@ -77,7 +77,7 @@ pragma initial-rule [fantasy-location-name] shale shining short - [silk|silken] + [silk||silken] silver sleeping small |
