diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-07-20 12:52:31 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-07-20 12:52:31 -0300 |
| commit | 5ab1f1df04000219ae19a70c38a66dda3849b665 (patch) | |
| tree | 87b722f177d0539bdd0315f42b71bd0c0f752f44 /data/new-sample-grammars/perchance | |
| parent | 93884fa70a1fdcef373353639f10cec7aee7cec0 (diff) | |
Update grammars
Diffstat (limited to 'data/new-sample-grammars/perchance')
| -rw-r--r-- | data/new-sample-grammars/perchance/meal.gram | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
