summaryrefslogtreecommitdiff
path: root/RGens/data/sample-grammars/tarotcard.gram
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-29 15:44:57 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-29 15:44:57 -0300
commit03b9ed1601acfe323dc9b5360b8f2c2c972c8e04 (patch)
tree72e33eec337b386e6d536f128da03a9d4f2f12fe /RGens/data/sample-grammars/tarotcard.gram
parentd22367abbb07f020dfb387032e9b72a040a170f5 (diff)
parent0faa5175b6f0de8835ed514615ac64135f406b29 (diff)
Merge branch 'working'
Diffstat (limited to 'RGens/data/sample-grammars/tarotcard.gram')
-rwxr-xr-xRGens/data/sample-grammars/tarotcard.gram58
1 files changed, 0 insertions, 58 deletions
diff --git a/RGens/data/sample-grammars/tarotcard.gram b/RGens/data/sample-grammars/tarotcard.gram
deleted file mode 100755
index 43741a0..0000000
--- a/RGens/data/sample-grammars/tarotcard.gram
+++ /dev/null
@@ -1,58 +0,0 @@
-[tarot-card] [adjective-of] [title]
- [adjective-of] [title] [adjective]
- [adjective-of] [title] [adjective] [noun]
- [adjective-of] [noun] [title]
- [adjective-of] [noun]
- [adjective-of] [noun] [adjective] [noun]
- [noun]
- [noun] [adjective]
- [noun] [title]
- [noun] [adjective] [noun]
- [title] [adjective]
- [title] [adjective] [noun]
-
-pragma initial-rule [tarot-card]
-
-[title] [male-title]
- [male-title]
- [female-title]
- [female-title]
- [misc-title]
-
-[male-title] emperor
- king
- knight
- priest
-
-[female-title] empress
- queen
- princess
- priestess
-
-[misc-title] fool
-
-[adjective] of [adjective-of]
-
-[adjective-of] shimmering
- blazing
- infinite
- whispering
- frozen
- hidden
- magical
- quiet
- dancing
- lost
-
-[noun] darkness
- light
- waters
- stars
- hills
- rainbows
- forests
- fire
- moons
- winds
- hearts
- spirits