diff options
Diffstat (limited to 'data/new-sample-grammars/perchance')
| -rw-r--r-- | data/new-sample-grammars/perchance/meal.gram | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/data/new-sample-grammars/perchance/meal.gram b/data/new-sample-grammars/perchance/meal.gram new file mode 100644 index 0000000..252c207 --- /dev/null +++ b/data/new-sample-grammars/perchance/meal.gram @@ -0,0 +1,35 @@ +[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 . + +pragma export-rule [meal] + +[adjective] vegan + Indonesian + Italian + delicious + +[main] risotto + pie + stir-fry + curry + +[side] bowl of rice + salad + fries + fried mushrooms + pumpkin soup + +[type] a [size] serving of + well-cooked + unusually fresh + roasted + +[size] small + large + tiny + +[condiment] <^2> pepper + salt + chili flakes + oregano |
