diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-05 00:16:59 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-05 00:16:59 -0300 |
| commit | bb5d2256ba052af13a3d50f150b78c5762840449 (patch) | |
| tree | 10fb079acabaa34752d5557ce7cf0b97c95beef7 /data/sample-grammars/mary-sue.gram | |
| parent | 8062cff63f864178a2a73650870362871bc25224 (diff) | |
Grammar update
Update grammar for new features/syntax
Diffstat (limited to 'data/sample-grammars/mary-sue.gram')
| -rwxr-xr-x | data/sample-grammars/mary-sue.gram | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/data/sample-grammars/mary-sue.gram b/data/sample-grammars/mary-sue.gram index cb39264..f97ce40 100755 --- a/data/sample-grammars/mary-sue.gram +++ b/data/sample-grammars/mary-sue.gram @@ -1,5 +1,5 @@ -[mary-sue] she appears to be a normal [normal-desc] . [mary-sue2] - she appears to be a normal [normal-desc] [opt-dress] [mary-sue2] +[mary-sue] She appears to be a normal [normal-desc] . [mary-sue2] + She appears to be a normal [normal-desc] [opt-dress] [mary-sue2] [mary-sue2] She is [desc] and she will fight her enemies with her power to [power-desc] [mary-sue3] @@ -177,7 +177,7 @@ pragma initial-rule [mary-sue] cursed by god traveling through time -[power-desc] [power-1] +[power-desc] <^2> [power-1] [power-1] and [power-1] [power-1] [power-p1] [power-p2] @@ -300,10 +300,9 @@ pragma suffix-with [comp] [comp-weapon] [comp-name] [comp-name1] [comp-prefix] [comp-name1] -[comp-prefix] [comp-prefix1] - [comp-prefix2] - [comp-prefix1] [comp-prefix2] - [comp-prefix2] [comp-prefix1] +[comp-prefix] {empty} + +pragma prefix-with [comp-prefix] [comp-prefix1] [comp-prefix2] [comp-name1] dragon mecha @@ -437,10 +436,9 @@ pragma suffix-with [comp] [comp-weapon] rapier scissors -[compweap-prefix] [compweap-1] - [compweap-2] - [compweap-1] [compweap-2] - [compweap-2] [compweap-1] +[compweap-prefix] {empty} + +pragma prefix-with [compweap-prefix] [compweap-1] [compweap-2] [compweap-1] poisoned blessed |
