Skip to content
Snippets Groups Projects
grammar_jniermann.jsgf 158 B
#JSGF V1.0;
grammar action;
public <action> = <robots> (<door> | <joke>); 

<door> = (go to the door);
<joke> = (tell me a joke);
<robots> = (tobi | tiago);