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/superhero.gram | |
| parent | 3b07acb43c5f865c65094ae891f5a2dc791c8088 (diff) | |
Update
Diffstat (limited to 'RGens/data/sample-grammars/superhero.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/superhero.gram | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/RGens/data/sample-grammars/superhero.gram b/RGens/data/sample-grammars/superhero.gram index c4f6e15..cec67d0 100755 --- a/RGens/data/sample-grammars/superhero.gram +++ b/RGens/data/sample-grammars/superhero.gram @@ -1,10 +1,10 @@ -[superhero] [first-part] [second-part] +[superhero-name] [first-part] [second-part] [second-part] [first-part] -pragma initial-rule [superhero] +pragma initial-rule [superhero-name] -pragma suffix-with [superhero] [third-part] -pragma suffix-with [superhero] [fourth-part] +pragma suffix-with [superhero-name] [third-part] +pragma suffix-with [superhero-name] [fourth-part] [first-part] Captain Yellow |
