Skip to content
Snippets Groups Projects
Commit 8169f629 authored by alangfel's avatar alangfel
Browse files

optionaluse of a and the

parent 6fe74c3e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
grammar restaurant_save_command;
public <restaurant> = <followMe> | <stop> | <ordering> | <save>;
<save> = save [[a] location];
<save> = save [[the | a] location];
<followMe> = (follow me) | (come [(with me) | here]) | (keep up);
<ordering> = ordering;
<stop> = stop [this];
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