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/horror.gram | |
| parent | 8062cff63f864178a2a73650870362871bc25224 (diff) | |
Grammar update
Update grammar for new features/syntax
Diffstat (limited to 'data/sample-grammars/horror.gram')
| -rwxr-xr-x | data/sample-grammars/horror.gram | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/data/sample-grammars/horror.gram b/data/sample-grammars/horror.gram index 07d84de..8740a95 100755 --- a/data/sample-grammars/horror.gram +++ b/data/sample-grammars/horror.gram @@ -2,32 +2,32 @@ pragma initial-rule [horror-movie] -[first] attack of the - invasion of the - day of the - beware! The - terror of the - death by - curse of the - earth vs. the - return of the +[first] Attack of the + Invasion of the + Day of the + Beware! The + Terror of the + Death by + Curse of the + Earth vs. the + Return of the -[second] disco - massive - worrying - flying - flesh eating - windy - mutant - hairy - overly keen +[second] Disco + Massive + Worrying + Flying + Flesh eating + Windy + Mutant + Hairy + Overly keen -[third] vampires - swamp beasts - boy bands - muffins - werewolves - zombies - sock puppets - death bots - snuggle badgers +[Third] Vampires + Swamp Beasts + Boy Bands + Muffins + Werewolves + Zombies + Sock Puppets + Death Bots + Snuggle Badgers |
