diff options
Diffstat (limited to 'data/sample-grammars/anime.gram')
| -rwxr-xr-x | data/sample-grammars/anime.gram | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/data/sample-grammars/anime.gram b/data/sample-grammars/anime.gram new file mode 100755 index 0000000..85cc7db --- /dev/null +++ b/data/sample-grammars/anime.gram @@ -0,0 +1,102 @@ +[anime-name] [short-anime-name] + [short-anime-name] + [long-anime-name] + +[short-anime-name] [first-name] + [second-name] + [third-name] + +[long-anime-name] [short-anime-name] + +pragma initial-rule [anime-name] + +pragma suffix-with [short-anime-name] [first-name] +pragma suffix-with [short-anime-name] [second-name] +pragma suffix-with [short-anime-name] [third-name] + +pragma prefix-with [long-anime-name] [third-name] +pragma prefix-with [long-anime-name] [second-name] +pragma prefix-with [long-anime-name] [first-name] + +[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 + +[second-name] Princess + Planet + Blade + Bride + Squad + Soldier + Waitress + Handkerchief + Goddess + Sushi + Star + [planet] + Moon + Zombie + Banana + Dragon + Rocket + Fist + Chef + Robot + Psychic + Boogie + Power + Hamster + Tennis + Ballerina + Blackout + Phantom + +[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 |
