diff options
Diffstat (limited to 'RGens/data/sample-grammars/pokeattacks.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/pokeattacks.gram | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/pokeattacks.gram b/RGens/data/sample-grammars/pokeattacks.gram new file mode 100755 index 0000000..7f943ba --- /dev/null +++ b/RGens/data/sample-grammars/pokeattacks.gram @@ -0,0 +1,70 @@ +[attack] [word-1] [word-1] + [word-2] [word-2] + [word-1] [word-2] + [word-2] [word-1] + +pragma initial-rule [attack] + +pragma prefix-with [attack] [word-1] +# pragma prefix-with [attack] [word-2] + +# pragma suffix-with [attack] [word-1] +pragma suffix-with [attack] [word-2] + +[word-1] acid + aerial + air + ancient + aqua + aura + aurora + baton + beat + belly + blast + blaze + body + bone + comet + confuse + cotton + cross + dark + destiny + diamond + dizzy + doom + dragon + dream + dynamic + earth + egg + electric + energy + +[word-2] terrain + ball + impulse + bomb + speed + lock + wind + stinger + dance + gambit + blast + fang + punch + spin + burst + charge + wheel + blitz + cannon + drink + eye + shot + sun + slap + wrath + blade |
