Skip to content
Snippets Groups Projects
Commit 82f8b8c2 authored by Thorben Markmann's avatar Thorben Markmann :rocket:
Browse files

Extend final grammar

parent d8a464a8
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar final;
public <string> = [<robot>] (<bring> | <trash>);
public <string> = [<robot>] (<bring> | <trash> | <door>);
<bring> = [<prefix>] <drink>;
......@@ -10,4 +10,6 @@ public <string> = [<robot>] (<bring> | <trash>);
<drink> = (drink);
<door> = ( ((go to the) | (get to the) | (take the) | (open the)) (door) );
<robot> = (tobi) | (robot) | (biron) | (pepper);
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