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

Add odering option

parent 1e38db24
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ grammar ordering;
public <restaurant> = ([tobi] [(i want) | (bring me)] [one | a ] <objects> [please]);
<objects> = (<drinks> | <combo>);
<objects> = (<drinks> | <combo> | <food>);
<combo> = (<food> (and | with) <food>);
<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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment