Skip to content
Snippets Groups Projects
confirm.jsgf 179 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> =  [please] yes [please] | folow me;
    
    <confirm_no> = no [thanks];