Skip to content
Snippets Groups Projects
Commit 8190ff5e authored by Jonas Gerlach's avatar Jonas Gerlach
Browse files

added pill to roboNurse grammar

parent 933a874f
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar roboNurse;
public <root> = [tobi] [please] (<command>);
<command> = (<assistance>|<pills>|<pillsspec>);
<assistance> = [i need] [your] assistance;
<pills> = [i need] [my] (pills|pill);
<pillsspec> = [i need] [the] <properties> (one|bottle);
<properties> = (leftmost|rightmost|blue|red|green|big|small);
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