Skip to content
Snippets Groups Projects
Commit 9a654b14 authored by semueller's avatar semueller
Browse files

task settable changed choice

parent 709c2142
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar choice;
public <command> = [<robot>] [((i (would like | want) [to have][a]) | set the table with)] (<coke> | <pringles>);
public <command> = [<robot>] [((i (would like | want) [to have]))] (<breakfast> | <lunch>);
<robot> = (tobi | biron);
<coke> = (cola | coke);
<pringles> = pringles;
<lunch> = lunch;
<breakfast> = breakfast;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment