Skip to content
Snippets Groups Projects

Updated restaurant grammar

Merged Carolin Klute requested to merge carolin.klute-master-patch-67709 into master
1 file
+ 17
20
Compare changes
  • Side-by-side
  • Inline
@@ -5,24 +5,21 @@ public <restaurant> = ([tobi] [(i want) | (bring me)] [one | a ] <objects> [plea
<objects> = (<drinks> | <food>);
<food> = ((pringles) |
(fork) |
(potted meat can) |
(cracker box) |
(mustard bottle)|
(bowl) |
(plate) |
(soap box) |
(sugar box) |
(choco krispies) |
(spoon) |
(knife) |
(orange) |
(banana) |
(pear) |
(peach)|
(nothing)|
(dishwasher tab));
<food> = ((tuna) |
(tomato soup) |
(spam) |
(mustard) |
(strawberry jello)|
(chocolate jello) |
(coffe grounds) |
(sugar) |
(pear) |
(plum) |
(peach) |
(lemon)|
(orange) |
(strawberry) |
(banana) |
(apple));
<drinks> = ((milk) | (cup) | (coke) | (milo) |
(bleach cleanser));
<drinks> = ((red wine) | (juice pack) | (cola) | (tropical juice) | (milk) | (iced tea) | (orange juice) | (nesquik) );
Loading