From 46f6ee5545f0703c1626c8de35a8e6e6217a9b14 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 8 Feb 2017 14:33:24 -0500 Subject: Update --- RGens/data/sample-grammars/pokeattacks.gram | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'RGens/data/sample-grammars/pokeattacks.gram') 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 -- cgit v1.2.3