Skip to content
Snippets Groups Projects
Commit a9645722 authored by gminareci's avatar gminareci
Browse files

locations now with stop command

parent 2cd4aa53
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar location;
public <command> = <location>;
public <command> = <location> | <stop>;
<stop> = (abort save);
<location> = (table <numberOfTable>) | shelf | drinks | snacks | (view <numberOfTable>);
<numberOfTable> = (one | two | three | four | five | six | seven | eight | nine);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment