Skip to content
Snippets Groups Projects
Commit d11a769f authored by Diana Finner's avatar Diana Finner
Browse files

Add location grammer for team nea

parent bb6626ff
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar nea;
public <nea> = [tobi|tiago] ( <go> <location> );
<go> = (go to);
<location> = (table a|table b|bathroom|cash register|exit|empty table);
...@@ -5,3 +5,4 @@ public <statement> = [<robot>] [please] <leave> [please] [<robot>]; ...@@ -5,3 +5,4 @@ public <statement> = [<robot>] [please] <leave> [please] [<robot>];
<leave> = (leave the arena); <leave> = (leave the arena);
<robot> = (tobi | robot | biron); <robot> = (tobi | robot | biron);
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