diff options
Diffstat (limited to 'RGens/data/sample-grammars/pokeattacks.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/pokeattacks.gram | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/RGens/data/sample-grammars/pokeattacks.gram b/RGens/data/sample-grammars/pokeattacks.gram index 7f943ba..b667cc7 100755 --- a/RGens/data/sample-grammars/pokeattacks.gram +++ b/RGens/data/sample-grammars/pokeattacks.gram @@ -1,15 +1,12 @@ -[attack] [word-1] [word-1] +[pokeattack] [word-1] [word-1] [word-2] [word-2] [word-1] [word-2] [word-2] [word-1] -pragma initial-rule [attack] +pragma initial-rule [pokeattack] -pragma prefix-with [attack] [word-1] -# pragma prefix-with [attack] [word-2] - -# pragma suffix-with [attack] [word-1] -pragma suffix-with [attack] [word-2] +pragma prefix-with [pokeattack] [word-1] +pragma suffix-with [pokeattack] [word-2] [word-1] acid aerial |
