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

test

parent c5ae2b13
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,8 @@ grammar ordering;
public <restaurant> = ([tobi] [(i want) | (bring me)] [one | a ] <objects> [please]);
<objects> = (<drinks> | <combo> | <food> | <comboTwo>);
<combo> = ((<orderings> [and | with] <orderings> [and | with] <orderings>));
<comboTwo> = ((<orderings> [and | with] <orderings>));
<objects> = (<drinks> | <combo> | <food>);
<combo> = ((<orderings> [and | with] <orderings> [ [and | with] <orderings> ]));
<orderings> = (<drinks> | <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.
Finish editing this message first!
Please register or to comment