Skip to content
Snippets Groups Projects
Commit f8372812 authored by Leon Ziegler's avatar Leon Ziegler
Browse files

bebot demo

parent 92f9994b
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar bebot_demo;
public <statement> = [tobi] [please] ( <command> | <teach> ) [please] [tobi];
public <statement> = [tobi] [please] <command> [please] [tobi];
<command> = <clean> | <party>;
<command> = <clean> | <party> | <teach> | <mapping>;
<clean> = clean up | start cleaning;
<mapping> = start mapping;
<party> = [the] party starts | party beginning;
<teach> = ( (this is [a | an | the] ) | ( these are [the] ) ) <object>;
<object> = [other] ( trashbin );
......
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