Skip to content
Snippets Groups Projects
location.jsgf 245 B
Newer Older
  • Learn to ignore specific revisions
  • alangfel's avatar
    alangfel committed
    #JSGF V1.0;
    grammar restaurant_location;
    
    public <restaurant> = [tobi] [please] <command> [please] [tobi];
    <command> = <objectCategory> | <deliveryLocations>;
    
    <deliveryLocations> = table (one | two | three);
    <objectCategory> = drinks | snacks;