From bb5d2256ba052af13a3d50f150b78c5762840449 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 5 Jun 2018 00:16:59 -0300 Subject: Grammar update Update grammar for new features/syntax --- data/sample-grammars/tarotcard.gram | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'data/sample-grammars/tarotcard.gram') diff --git a/data/sample-grammars/tarotcard.gram b/data/sample-grammars/tarotcard.gram index 43741a0..ee21c23 100755 --- a/data/sample-grammars/tarotcard.gram +++ b/data/sample-grammars/tarotcard.gram @@ -1,4 +1,4 @@ -[tarot-card] [adjective-of] [title] +[alt-tarot-card] [adjective-of] [title] [adjective-of] [title] [adjective] [adjective-of] [title] [adjective] [noun] [adjective-of] [noun] [title] @@ -13,10 +13,8 @@ pragma initial-rule [tarot-card] -[title] [male-title] - [male-title] - [female-title] - [female-title] +[title] <^2> [male-title] + <^2> [female-title] [misc-title] [male-title] emperor -- cgit v1.2.3