From 73a7c860f6252f5f2e94e2a57eb5cbd53e2b9ccb Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 24 Oct 2017 18:40:28 -0300 Subject: Update sample data --- RGens/data/sample-grammars/tarotcard.gram | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'RGens/data/sample-grammars/tarotcard.gram') 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 -- cgit v1.2.3