Skip to content
Snippets Groups Projects
Commit 3a32b02d authored by Leroy John Rügemer's avatar Leroy John Rügemer
Browse files

demoDynamic grammars

parent a75628c3
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ public <confirm> = <confirm_yes> | <confirm_no>;
<yes_words> = (yes) | (confirmed);
<no_words> = (no);
<robot> = (tobi) | (robot) | (biron) | (pepper);
<robot> = (tobi) | (robot) | (biron) | (pepper) | (tiago);
......@@ -7,7 +7,7 @@ public <command> = [tobi] (<save> | <stop> );
<save> = <pre> <NP_location>;
<pre> = ([please] save) | (here is) | memorize;
<location> = (table <numberOfTable>) | (shelf) | (bar) | (bin);
<location> = (table <numberOfTable>) | (shelf) | (bar) | (bin) | (garbage collection);
<numberOfTable> = (one | two | three | four | five | six | seven | eight | nine);
<stop> = stop | (wait [here]);
......@@ -9,7 +9,7 @@ public <command> = [tobi] ( <goto> | <stop> );
<NP_location> = ([the] <location>);
<location> = (table <numberOfTable>) | shelf | bar;
<location> = (table <numberOfTable>) | shelf | bar | bin;
<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