From 7422af49fa5c4da57323abe676a99468d401c44b Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Thu, 7 Jun 2018 20:37:39 -0300 Subject: Update grammars --- data/sample-grammars/fantasy-locations.gram | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'data/sample-grammars/fantasy-locations.gram') diff --git a/data/sample-grammars/fantasy-locations.gram b/data/sample-grammars/fantasy-locations.gram index 7d06791..32ab26f 100755 --- a/data/sample-grammars/fantasy-locations.gram +++ b/data/sample-grammars/fantasy-locations.gram @@ -1,7 +1,8 @@ -[fantasy-location-name] {@oname=[name1]} [name2] +[fantasy-location-name] {@oname=[name1]} [act-fantasy-location-name] -pragma prefix-with [fantasy-location-name] [@oname] -pragma prefix-with [fantasy-location-name] [@oname] +[act-fantasy-location-name] [name2] + +pragma prefix-with [act-fantasy-location-name] <&1..2> [@oname] pragma initial-rule [fantasy-location-name] -- cgit v1.2.3