Skip to content
Snippets Groups Projects
Commit 21e97290 authored by Ingo Killmann's avatar Ingo Killmann
Browse files

small change on restaurant grammar to improve understanding

parent 9ad1a0eb
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi];
<ordering> = ordering;
<deliveryLocations> = table (one | two | three);
<savePlaceLeft> = <save> left;
<savePlaceRight> = <save> right;
<savePlaceLeft> = left;
<savePlaceRight> = right;
<savePlace> = <save>;
<save> = save [the] (place | location) [to | on] [the | my];
<save> = save [the] (place | location) [[to | on] [the | my] (<savePlaceRight> | <savePlaceLeft>)];
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