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

removed locations grammar beacause it wasn't used

parent a9645722
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar 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.
Finish editing this message first!
Please register or to comment