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

confirm updated

parent f0fca5f5
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar ToBI_confirm;
public <confirm> = <confirm_yes> | <confirm_no>;
<confirm_yes> = (tobi yes);
<confirm_no> = (tobi no);
<confirm_yes> = <robot> <yes_words>;
<confirm_no> = <robot> <no_words>;
<yes_words> = (yes | confirmed);
<no_words> = (no);
<robot> = (tobi | robot | biron);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment