From 5ab1f1df04000219ae19a70c38a66dda3849b665 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Fri, 20 Jul 2018 12:52:31 -0300 Subject: Update grammars --- data/new-sample-grammars/perchance/meal.gram | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/new-sample-grammars/perchance') diff --git a/data/new-sample-grammars/perchance/meal.gram b/data/new-sample-grammars/perchance/meal.gram index fa73c23..410bc7d 100644 --- a/data/new-sample-grammars/perchance/meal.gram +++ b/data/new-sample-grammars/perchance/meal.gram @@ -1,6 +1,6 @@ [meal] It's a [adjective] dish with [type] [main] . The [adjective] [main] is paired with a [size] serving of [condiment] . - A [main] with with a bit of [condiment] and some [adjective] [side] on top . + A [main] with a bit of [condiment] and some [adjective] [side] on top . pragma export-rule [meal] @@ -25,7 +25,7 @@ pragma export-rule [meal] unusually fresh roasted -[size] [(small||smol)||(large||hueg)||(tiny||teeny)] +[size] [([small||smol])||([large||hueg])||([tiny||teeny])] [condiment] <^2> pepper salt -- cgit v1.2.3