Skip to content
Snippets Groups Projects
Commit 63f4233f authored by Felix Friese's avatar Felix Friese
Browse files

team hypnodisc: fixed orderGrammar

parent a67e004f
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar ToBI_takeOrder;
public <order> = [tobi] <cmd> [tobi];
<cmd> = ([i <wount> [to order]] | bring me a | i want a) <drink>;
public <order> = [<robot>] <cmd> [<robot>];
<robot> = (tobi | biron | robot);
<cmd> = [((i <wount> [to order]) | ((bring | fetch) me))] [a] <drink>;
<wount> = ( would like | want );
public <drink> = ( coke | beer | pringles );
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