diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:44:57 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:44:57 -0300 |
| commit | 03b9ed1601acfe323dc9b5360b8f2c2c972c8e04 (patch) | |
| tree | 72e33eec337b386e6d536f128da03a9d4f2f12fe /RGens/data/sample-grammars/anime.gram | |
| parent | d22367abbb07f020dfb387032e9b72a040a170f5 (diff) | |
| parent | 0faa5175b6f0de8835ed514615ac64135f406b29 (diff) | |
Merge branch 'working'
Diffstat (limited to 'RGens/data/sample-grammars/anime.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/anime.gram | 102 |
1 files changed, 0 insertions, 102 deletions
diff --git a/RGens/data/sample-grammars/anime.gram b/RGens/data/sample-grammars/anime.gram deleted file mode 100755 index 85cc7db..0000000 --- a/RGens/data/sample-grammars/anime.gram +++ /dev/null @@ -1,102 +0,0 @@ -[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 |
