diff options
Diffstat (limited to 'RGens/data/sample-grammars/tarotcard.gram')
| -rwxr-xr-x | RGens/data/sample-grammars/tarotcard.gram | 4 |
1 files changed, 2 insertions, 2 deletions
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] |
