diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-07 10:32:57 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-07 10:32:57 -0500 |
| commit | 3b07acb43c5f865c65094ae891f5a2dc791c8088 (patch) | |
| tree | 45e65344aa4ff277c48834344c723cc57f4387a9 /RGens/data/sample-grammars/anime.gram | |
| parent | 03838b1b6c0a71042b69b2cb3de5faaf7a526596 (diff) | |
Update
Diffstat (limited to 'RGens/data/sample-grammars/anime.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/anime.gram | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/anime.gram b/RGens/data/sample-grammars/anime.gram new file mode 100755 index 0000000..0cc21d8 --- /dev/null +++ b/RGens/data/sample-grammars/anime.gram @@ -0,0 +1,97 @@ +[anime-name] [anime-two-name] + [anime-three-name] + +pragma initial-rule [anime-name] +pragma export-rule [anime-name] + +[anime-two-name] [anime-first-name] [anime-third-name] + [anime-second-name] [anime-third-name] + +[anime-three-name] [anime-first-name] [anime-first-name] + [anime-first-name] [anime-second-name] + [anime-second-name] [anime-first-name] + [anime-second-name] [anime-second-name] + +pragma suffix-with [anime-name] [anime-third-name] + +[anime-first-name] Vampire + Cat + Death + Mermaid + Infinite + Quantum + Endless + Bravo + Magical + Neon + Omega + Robo + Gothic + Peach + Ghost + Rhinestone + Mini + Blood + Bubblegum + Tokyo + Lucky + Soul + Cowboy + Awkward + Lucid + Space + +[anime-second-name] Princess + Planet + Blade + Bride + Squad + Soldier + Waitress + Handkerchief + Goddess + Sushi + Star + Moon + Zombie + Banana + Dragon + Rocket + Fist + Chef + Robot + Psychic + Boogie + Power + Hamster + Tennis + Ballerina + Blackout + Phantom + +[anime-third-name] Forever + Detectives + Memories + Outlaw + Chaos + Go! + Overture + 9000 + Super! + Zero + Genesis + Eternal + X + Revolution + Cowboy + Academy + Jellyfish + Club + Girl + Hunter + Arcade + Fantasy + Ultimate + Sudoku + Alchemy + Champion |
