Skip to content
Snippets Groups Projects
Commit b66c0c01 authored by Ingo Killmann's avatar Ingo Killmann
Browse files

restaurant grammar

parent 31ea5b91
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar ToBI_restaurant; grammar ToBI_restaurant;
public <restaurant> = public <restaurant> = [tobi] [please] <command> [please] [tobi];
<command> = <follow> | <stop> | <beverages> | <ordering> | <deliveryLocations> | <safePlaceLeft> | <safePlaceRight> | <safePlace>;
<follow> = (follow me) | (come [(with me) | here]) | (keep up);
<stop> = stop [this];
<beverages> = <objectCategory> | <objects>;
<objectCategory> = drink | food;
<objects> = <drink> | <food>;
<drink> = beer_bottle | fanta | beer_can | coke | seven_up | chocolate_milk | energy_drink | orange_juice | apple_juice | milk;
<food> = tomato_sauce | peanut_butter | chicken_noodles | marmalade | veggie_noodles | garlic_sauce | chocolate | cookies | drops | cracker;
<ordering> = ordering;
<deliveryLocations> = table (one | two | three);
<safePlaceLeft> = <safe> left;
<safePlaceRight> = <safe> right;
<safePlace> = <safe>;
<safe> = safe [the] (place | location) [to | on] [the | my];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment