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

fixed demo challenge

parent f8372812
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,9 @@
grammar bebot_demo;
public <statement> = [tobi] [please] <command> [please] [tobi];
<command> = <clean> | <party> | <teach> | <mapping>;
<clean> = clean up | start cleaning;
<mapping> = start mapping;
<party> = [the] party starts | party beginning;
<command> = <mapping> | <clean> | <party> | <teach>;
<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 );
<object> = 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