Skip to content
Snippets Groups Projects
otherCommand.jsgf 276 B
Newer Older
  • Learn to ignore specific revisions
  • #JSGF V1.0;
    grammar restaurant_save_command;
    
    
    alangfel's avatar
    alangfel committed
    public <restaurant> = [tobi] [please] (<followMe> | <stop> | <ordering> | <save>);
    
    alangfel's avatar
    alangfel committed
    <save> = save [[the | a] location];
    
    <followMe> = (follow me) | (come [(with me) | here]) | (keep up);
    <ordering> = ordering;
    <stop> = stop [this];