diff options
| -rw-r--r-- | data/new-sample-grammars/potions.gram | 150 |
1 files changed, 150 insertions, 0 deletions
diff --git a/data/new-sample-grammars/potions.gram b/data/new-sample-grammars/potions.gram new file mode 100644 index 0000000..fb40a3e --- /dev/null +++ b/data/new-sample-grammars/potions.gram @@ -0,0 +1,150 @@ +[potion] a [potion-color] potion with a consistency like [potion-consistency1] that tastes like [potion-flavor] + a [potion-color] potion with a [potion-consistency2] consistency that tastes like [potion-flavor] + +pragma export-rule [potion] + +[potion-color] black + gray + dark purple + violet + royal blue + azure blue + aquamarine + green + yellow-green + yellow + orange + red + pink + white + gray + brown + hazel + clear + [potion-color] blended with [potion-color] + [potion-color] swirled with [potion-color] + +[potion-consistency1] a bag of marbles + creamy mousse + curdled milk + gelatin + jam + mineral oil + molasses + peanut butter + pudding + pulpy orange juce + syrup + thick milk + thick oil + <^2> water + wine + yogurt + +[potion-consistency2] jam-like + silky + slimy + syrupy + watery + oily + +[potion-flavor] almonds + anchovies + aprioct + artichoke hearts + asparagus + bacon + banana + barbacue + basil + bell pepper + black pepper + blackberries + black-eyed peas + blueberry + broccoli + brown sugar + bubble gum + butter + buttermilk + butterscotch + cabbage + caramel + carrots + cauliflower + cheese + cherry + chocolate + cilantro + cinnamon + cloves + cocunut + coffee + cotton candy + cough syrup + cucumbers + cumin + curry + fish + garlic + ginger + grape + grapefruit + green apple + green beans + hollandaise + horseradish + jalapeno + ketchup + lemon + licorice + lime + malt + mayonnaise + menthol + milk + mint + molasses + mushrooms + mustard + nutmeg + oatmeal + olive oil + olives + onion + orange + oregano + paprika + peaches + peanuts + pecans + peppermint + pepperoni + pickles + pineapple + plum + powdered sugar + guacamole + raisins + ranch dressing + raspberry + red pepper + saltwater + sausage + sesame seeds + soap + sour milk + soy sauce + spinach + strawberry + sweet potatoes + syrup + thyme + Tabasco + toffee + tomatoes + toothpaste + vanilla + vinegar + watermelon + Worcestershire sauce |
