Jam-Teacher/Content/model/en/grammars/actions.gram

15 lines
No EOL
243 B
Text

#JSGF V1.0;
grammar button;
public <final_rule> = <rotation> | <movement>;
<rotation> = turn <direction>;
<movement> = <intent> <action> ;
<direction> = ( left | right);
<intent> = ( enable | disable);
<action> = ( walking | sprinting);