Skip to content
Snippets Groups Projects
Commit d95c3d74 authored by Leroy John Rügemer's avatar Leroy John Rügemer
Browse files

added listen grammar

parent 2d753340
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar commands;
public <command> = [tobi] ( <goto> | <fetch> );
<goto> = (go to <location>);
<fetch> = (bring me <objects>)
<location> = (table <numberOfTable>) | shelf | drinks | snacks;
<numberOfTable> = (one | two | three | four | five | six | seven | eight | nine);
<objects> = (<drinks> | <snacks>);
<drinks> = (orange juice) | beer | cola | (chocolate milk) | (energy drink) | (grape juice) | milk | water;
<snacks> = (chocolate cookies) | chips | biscuits | bread | pringles | (strawberry cookies);
\ No newline at end of file
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