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

change some words to optional

parent 63748023
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
grammar pollen;
public <orderstring> = [<robot>] [please] <receiveorderstring> [please];
<receiveorderstring> = bring [me] [a] <drink>;
<receiveorderstring> = [bring] [me] [a] <drink>;
<drink> = (coke | malz | lemonade | water | ice tea | coffee);
......
......@@ -2,7 +2,7 @@
grammar setUpBill;
public <setUpBillString> = [<robot>] (<setUpBill>|<correctDrinks>|<additionalDrink>);
<setUpBill> = [please] set up [the] bill [please];
<setUpBill> = [please] [set] [up] [the] bill [please];
<correctDrinks> = [the] [drinks] [are] <drinks>;
......
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