Skip to content
Snippets Groups Projects
Commit 4f26825f authored by Christian Klarhorst's avatar Christian Klarhorst
Browse files

add beer and coke to grammar for restaurant

parent d4e9b34d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi];
<objectCategory> = drinks | food;
<objects> = <drinks> | <food>;
<drinks> = milk;
<drinks> = milk | coke | beer;
<food> = pringles red | pringles green | pringles blue | cookies;
<ordering> = ordering;
......
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