diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:44:57 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:44:57 -0300 |
| commit | 03b9ed1601acfe323dc9b5360b8f2c2c972c8e04 (patch) | |
| tree | 72e33eec337b386e6d536f128da03a9d4f2f12fe /RGens/data/sample-grammars/rune.gram | |
| parent | d22367abbb07f020dfb387032e9b72a040a170f5 (diff) | |
| parent | 0faa5175b6f0de8835ed514615ac64135f406b29 (diff) | |
Merge branch 'working'
Diffstat (limited to 'RGens/data/sample-grammars/rune.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/rune.gram | 116 |
1 files changed, 0 insertions, 116 deletions
diff --git a/RGens/data/sample-grammars/rune.gram b/RGens/data/sample-grammars/rune.gram deleted file mode 100755 index 4c64e5a..0000000 --- a/RGens/data/sample-grammars/rune.gram +++ /dev/null @@ -1,116 +0,0 @@ -# @TODO 10/23/17 Ben Culkin :RuneDebug -# Something seems to be wrong with this grammar, and I'm not sure as to -# the exact details. -# -# The problem is that we are getting multiple runes running together -# without an obvious cause. - -[rune-string] [rune-2] - [rune-1] [rune-2] - [rune-1] [rune-2] [rune-3] - [rune-2] [rune-3] - -pragma initial-rule [rune-string] - -pragma prefix-with [rune-string] [rune-1] -pragma suffix-with [rune-string] [rune-3] - -[rune-1] a dagger plunged into - vines growing out of - a crown perched atop - crossed swords over - a pair of hands surrounding - demonic eyes peering out of - blue lightning arcing out of - an axe thrust into - a hand bursting from - a tentacle reaching out of - a spear thrust through - a trumpet thrust through - tiny stars surrounding - a jewel within - a hand inside - a sword inside - a hand within - an arrow piercing - a hand clutching - -[rune-2] a skull - a treasure chest - a circle cut into three parts - a pyramid - a triangle - a mushroom - a grinning mask - a clenched fist - a giant human eye - a shield - a circle - a pentagram - a pentacle - a flagon - a circle cut in half - a semicircle - a heart - a large star - a wave - a diamond - an octagon - a scroll - a spiral - a tree - a rose - a helmet - a book - a staff - a hammer - a bone - a cat’s face - a wolf’s head - a large mouth - an upward-pointing arrow - a downward-pointing arrow - an arrow pointing two directions - a circle cut into four parts - a ship - a six-pointed star - a seven-pointed star - a pentagon - -[rune-3] girded by laurels - sheathed in flames - glowing like the sun - emblazoned with a demonic face - flanked by catlike wings - in the coils of a serpent - swaddled in tentacles - flanked by feathered wings - inscribed within a red circle - inscribed within a magic circle - inscribed within a long rectangle - covered with spikes and spines - haloed in light - half in shadow - with coins all around it - with curved knives all around it - wrapped in a pair of rings - atop a tower - next to a writhing snake - atop a mountain - next to a crescent moon - made of thin red lines - made of thin blue lines - made of thin green lines - made of thin black lines - all done as a silhouette - wrapped in a cloud - dripping with blood - flanked by swords - flanked by skulls - flanked by arrows - within a ring made by a whip - within a ring made by a snake, eating its own tail - atop crossed bones - above a trident - below two spears - covered in insects |
