Skip to content
Snippets Groups Projects
commands.jsgf 518 B
Newer Older
  • Learn to ignore specific revisions
  • #JSGF V1.0;
    grammar ToBI_shellgame;
    public <statement> = [tobi] [please] <command> [please] [tobi];
    
    
    <command> = <introduce> | <abilities> | <play> | <follow> | <door> | <leave> | <finish> | <observe>;
    
    gminareci's avatar
    gminareci committed
    <introduce> = (introduce [yourself]);
    <abilities> = (tell your abilities) | (list your abilities);
    <play> = (let us play) | (lets play);
    <follow> = (follow [me]);
    <door> = (recognize [a] door);
    <leave> = leave | (go back) | (we are done);
    <finish> = (lets call it a day);
    <observe> = (observe) | (start observing );