diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-08 14:33:24 -0500 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2017-02-08 14:33:24 -0500 |
| commit | 46f6ee5545f0703c1626c8de35a8e6e6217a9b14 (patch) | |
| tree | 385f4a5762299a09cb2e4a7779989c667175623a /RGens/data/sample-grammars/pokeattacks.gram | |
| parent | 3b07acb43c5f865c65094ae891f5a2dc791c8088 (diff) | |
Update
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 |
