summaryrefslogtreecommitdiff
path: root/RGens/data/sample-grammars/tarotcard.gram
diff options
context:
space:
mode:
authorbculkin2442 <bjculkin@mix.wvu.edu>2017-02-07 10:32:57 -0500
committerbculkin2442 <bjculkin@mix.wvu.edu>2017-02-07 10:32:57 -0500
commit3b07acb43c5f865c65094ae891f5a2dc791c8088 (patch)
tree45e65344aa4ff277c48834344c723cc57f4387a9 /RGens/data/sample-grammars/tarotcard.gram
parent03838b1b6c0a71042b69b2cb3de5faaf7a526596 (diff)
Update
Diffstat (limited to 'RGens/data/sample-grammars/tarotcard.gram')
-rwxr-xr-xRGens/data/sample-grammars/tarotcard.gram49
1 files changed, 49 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/tarotcard.gram b/RGens/data/sample-grammars/tarotcard.gram
new file mode 100755
index 0000000..9fd68a8
--- /dev/null
+++ b/RGens/data/sample-grammars/tarotcard.gram
@@ -0,0 +1,49 @@
+[card] [adjective-of] [title]
+ [adjective-of] [noun] [title]
+ [noun]
+ [noun] [adjective]
+ [noun] [title]
+ [noun] [adjective] [noun]
+ [title] [adjective]
+ [title] [adjective] [noun]
+
+pragma initial-rule [card]
+
+[title] [male-title]
+ [female-title]
+
+[male-title] emperor
+ king
+ knight
+ priest
+
+[female-title] empress
+ queen
+ princess
+ priestess
+
+[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