summaryrefslogtreecommitdiff
path: root/data/sample-grammars/tarotcard.gram
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-29 15:35:02 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-29 15:35:02 -0300
commit0faa5175b6f0de8835ed514615ac64135f406b29 (patch)
tree6a1a5a9b01a1175b8ae2203418005f7bc625be9d /data/sample-grammars/tarotcard.gram
parent9356498bebab9342222cd87be669abae9d7ac3a2 (diff)
Move files out of folder
Diffstat (limited to 'data/sample-grammars/tarotcard.gram')
-rwxr-xr-xdata/sample-grammars/tarotcard.gram58
1 files changed, 58 insertions, 0 deletions
diff --git a/data/sample-grammars/tarotcard.gram b/data/sample-grammars/tarotcard.gram
new file mode 100755
index 0000000..43741a0
--- /dev/null
+++ b/data/sample-grammars/tarotcard.gram
@@ -0,0 +1,58 @@
+[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