Skip to content
Snippets Groups Projects
Commit 4aae613f authored by rfeldhans's avatar rfeldhans
Browse files

refined ordering grammar

parent 3e6524ff
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar ToBI_takeOrder;
public <order> = ([tobi] [i <wount> to order] [a] <drink> [tobi]) | ([tobi] bring me a <drink> [tobi]) | ([tobi] i want a <drink> [tobi]);
public <order> = [tobi] <cmd> [tobi];
<cmd> = ([i <wount> [to order]] | bring me a | i want 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.
Please register or to comment