Newer
Older
#JSGF V1.0;
grammar restaurant_location;
public <restaurant> = [tobi] [please] <command> [please] [tobi];
<command> = <objectCategory> | <deliveryLocations>;
<deliveryLocations> = table (one | two | three);
<objectCategory> = drinks | snacks;