diff options
Diffstat (limited to 'RGens/data/sample-grammars/tarotcard.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/tarotcard.gram | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RGens/data/sample-grammars/tarotcard.gram b/RGens/data/sample-grammars/tarotcard.gram index e0ba840..43741a0 100755 --- a/RGens/data/sample-grammars/tarotcard.gram +++ b/RGens/data/sample-grammars/tarotcard.gram @@ -1,5 +1,9 @@ [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] @@ -10,7 +14,10 @@ pragma initial-rule [tarot-card] [title] [male-title] + [male-title] [female-title] + [female-title] + [misc-title] [male-title] emperor king @@ -22,6 +29,8 @@ pragma initial-rule [tarot-card] princess priestess +[misc-title] fool + [adjective] of [adjective-of] [adjective-of] shimmering |
