Skip to content
Snippets Groups Projects
confirm.jsgf 181 B
Newer Older
  • Learn to ignore specific revisions
  • #JSGF V1.0;
    grammar ToBI_confirm;
    public <confirm> = [tobi] (<confirm_yes> | <confirm_no>) [tobi];
    
    <confirm_yes> =  follow me |([please] yes [please]);
    
    <confirm_no> = no [thanks];