diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-24 18:40:28 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2017-10-24 18:40:28 -0300 |
| commit | 73a7c860f6252f5f2e94e2a57eb5cbd53e2b9ccb (patch) | |
| tree | 17a75f0e7d88ea6386b6fe2880204a1ae2d154e5 /RGens/data/sample-grammars/tarotcard.gram | |
| parent | 924bcdc9a65c7f88004d6dbf8dfa138c9a125e5d (diff) | |
Update sample data
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 |
