Skip to content
Snippets Groups Projects
Commit 7a53889b authored by Jan Pohlmeyer's avatar Jan Pohlmeyer
Browse files

remove table and confirm from pollen challenge grammar

parent 52ed58ed
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar pollen;
public <orderstring> = [<robot>] (<receiveorderstring> | <tablestring>);
public <orderstring> = [<robot>] <receiveorderstring>;
<receiveorderstring> = bring [me] [a] <drink>;
<tablestring> = table <table>;
<table> = (a | b);
<drink> = (tea | coke | fanta | water);
<number> = (one | two | three | four | five | six | seven | eight | nine | zero);
<drink> = (coke | malz | lemonade | water | ice tea | coffee);
public <confirm> = <confirm_yes> | <confirm_no>;
public <confirm_yes> = <robot> <yes_words>;
public <confirm_no> = <robot> <no_words>;
<yes_words> = (yes) | (confirmed);
<no_words> = (no);
<robot> = (tobi) | (robot) | (biron) | (pepper) | (tiago) | (floka) | (meka);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment