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

fixed roboNurse grammar

parent 39193d3a
Branches
Tags
No related merge requests found
#JSGF V1.0;
grammar roboNurse;
public <root> = [tobi] [please] (<command>);
public <root> = [tobi] [please] (<command>|<>);
<command> = (<assistance>|<pills>|<pillsspec>);
<assistance> = [i need] [your] assistance;
<pills> = [i need] [my] (pills|pill);
<pills> = [i need] [my] (pills|pill|<aspirin>|<milk>|<coffee>|<coke>);
<pillsspec> = [i need] [the] <properties> (one|bottle);
<properties> = (left most|right most|blue|red|green|big|small);
<aspirin>=aspirin;
<milk> = milk;
<coffee>=coffee;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment