Skip to content
Snippets Groups Projects
Commit 57188bda authored by cstollen's avatar cstollen
Browse files

Pollen: Change table ids to a and b

parent 71828c15
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ grammar pollen;
public <orderstring> = [<robot>] (<receiveorderstring> | <tablestring>);
<receiveorderstring> = bring [me] [a] <drink>;
<tablestring> = [table] <number>;
<tablestring> = table <table>;
<table> = (a | b)
<drink> = (tea | coke | fanta | water);
<number> = (one | two | three | four | five | six | seven | eight | nine | zero);
......
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