diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-28 23:25:41 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-28 23:25:41 -0300 |
| commit | f6ff73e060a2760d58a261bee9d1eeb529f31bc1 (patch) | |
| tree | 6c9739f3a9a7000975986459ac6c0a6eb809634a /RGens/data/sample-grammars/anime.gram | |
| parent | 815235f9b8bb90bbc87f4db28e4618c0ba548c40 (diff) | |
More grammar work
Diffstat (limited to 'RGens/data/sample-grammars/anime.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/anime.gram | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/RGens/data/sample-grammars/anime.gram b/RGens/data/sample-grammars/anime.gram index b83e8be..eabbade 100755 --- a/RGens/data/sample-grammars/anime.gram +++ b/RGens/data/sample-grammars/anime.gram @@ -1,18 +1,17 @@ -[anime-name] [two-name] - [three-name] +[anime-name] [first-name] + [second-name] + [third-name] pragma initial-rule [anime-name] -[two-name] [first-name] [third-name] - [second-name] [third-name] - -[three-name] [first-name] [first-name] - [first-name] [second-name] - [second-name] [first-name] - [second-name] [second-name] - +pragma suffix-with [anime-name] [first-name] +pragma suffix-with [anime-name] [second-name] pragma suffix-with [anime-name] [third-name] +pragma prefix-with [anime-name] [third-name] +pragma prefix-with [anime-name] [second-name] +pragma prefix-with [anime-name] [first-name] + [first-name] Vampire Cat Death @@ -51,6 +50,7 @@ pragma suffix-with [anime-name] [third-name] Goddess Sushi Star + [planet] Moon Zombie Banana |
