Skip to content
Snippets Groups Projects
Commit 8136d650 authored by julia.niermann's avatar julia.niermann Committed by David Leins
Browse files

Drinks magdeburg restaurant,receptionist

parent 2d5093b6
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,6 @@ public <drinkstring> = [<prefix>] <drink> [<robot>];
<ilike> = (i like);
<drink> = ((coconut milk) | (coke) | (orange drink) | (water));
<drink> = ( (apple juice) | (iso drink) | (orange juice) | (red spritzer) | (sparking water) );
<robot> = (tobi) | (robot) | (biron) | (pepper);
......@@ -6,5 +6,5 @@ public <restaurant> = ([tobi] [(i want) | (bring me)] [one | a ] <objects> [plea
<objects> = (<drinks> | <combo>);
<combo> = (<food> (and | with) <food>);
<food> = ( (apple) | (green_paprika) | (kiwi) | (lemon) | (noodles) | (pepper) | (salt) | (tomato paste) );
<drinks> = ( (cacao) | (coke) | (malz) | (mixdrink) | (orange juice) | (peppermint tea) | (water) );
<food> = ( (lemon) | (orange) | (bouillon) | (corn) | (noodles) | (pepper) | (salt) | (sauerkraut) |(seasoning mix) | (tomatoes) | (cereal bar chocolate) | (cereal bar chocolate banana) | (cracker) | (fruit bar apple) | (fruit bar forest fruit) | (get it) | (nut fruit mix) | (peanut bits));
<drinks> = ( (apple juice) | (iso drink) | (orange juice) | (red spritzer) | (sparking water) );
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