From 46f6ee5545f0703c1626c8de35a8e6e6217a9b14 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 8 Feb 2017 14:33:24 -0500 Subject: Update --- RGens/data/sample-grammars/tarotcard.gram | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 9fd68a8..e0ba840 100755 --- a/RGens/data/sample-grammars/tarotcard.gram +++ b/RGens/data/sample-grammars/tarotcard.gram @@ -1,4 +1,4 @@ -[card] [adjective-of] [title] +[tarot-card] [adjective-of] [title] [adjective-of] [noun] [title] [noun] [noun] [adjective] @@ -7,7 +7,7 @@ [title] [adjective] [title] [adjective] [noun] -pragma initial-rule [card] +pragma initial-rule [tarot-card] [title] [male-title] [female-title] -- cgit v1.2.3