Skip to content
Snippets Groups Projects
Commit 6f3f3386 authored by Leroy John Rügemer's avatar Leroy John Rügemer
Browse files

yesno

parent 53171edd
Branches
Tags
No related merge requests found
#JSGF V1.0;
grammar ToBI_confirm;
public <confirm> = [tobi] (<confirm_yes> | <confirm_no>) [tobi];
<confirm_yes> = ([please] yes [please]) | ([that is] correct);
<confirm_no> = ([that is] not correct) | (no [thanks]);
<confirm_yes> = (tobi yes);
<confirm_no> = (tobi no);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment