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