-
Thorben Markmann authoredThorben Markmann authored
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);
Looking for advice? Join the Matrix channel for GitLab users in Bielefeld!