Skip to content
Snippets Groups Projects
Commit 1f1628b7 authored by Ingo Killmann's avatar Ingo Killmann
Browse files

demoChallnge grammar: grasp object added

parent 21e97290
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar ToBI_demoChallange; grammar ToBI_demoChallange;
public <statement> = [tobi] [please] (<followMe> | <stop> | <cleanUp>) [please] [tobi]; public <statement> = [tobi] [please] <command> [please] [tobi];
<command> = <followMe> | <stop> | <cleanUp> | <grasp>;
<followMe> = follow me; <followMe> = follow me;
<stop> = stop [it]; <stop> = stop [it];
<cleanUp> = clean [up]; <cleanUp> = clean [up];
<grasp> = grasp [object];
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