Skip to content
Snippets Groups Projects
openChallenge.jsgf 254 B
Newer Older
  • Learn to ignore specific revisions
  • Leon Ziegler's avatar
    Leon Ziegler committed
    #JSGF V1.0;
    grammar ToBI_demoChallange;
    public <statement> = [tobi] [please] <command> [please] [tobi];
    
    <command> = <followMe> | <stop> | <cleanUp> | <grasp>;
    <followMe> = follow me;
    <stop> = stop [it];
    <cleanUp> = clean [up];
    <grasp> = grasp [object];