Newer
Older
#JSGF V1.0;
grammar restaurant_command;
public <restaurant> = [tobi] [please] <command> [please] [tobi];
<command> = <followMe> | <stop> | <ordering> | <savePlaceLeft> | <savePlaceRight> | <savePlace>;
<followMe> = (follow me) | (come [(with me) | here]) | (keep up);
<stop> = stop [this];