Skip to content
Snippets Groups Projects
Commit 1e11bb77 authored by Carolin Klute's avatar Carolin Klute
Browse files

Updated restaurant grammar

parent 3ad21cd5
No related branches found
No related tags found
1 merge request!28Updated restaurant grammar
......@@ -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) );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment