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

removed faob commands from general demo commands

parent 45a07007
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
grammar ToBI_shellgame; grammar ToBI_shellgame;
public <statement> = [tobi] [please] <command> [please] [tobi]; public <statement> = [tobi] [please] <command> [please] [tobi];
<command> = <introduce> | <abilities> | <play> | <follow> | <door> | <leave> | <finish> | <observe> | <locate> | <list>; <command> = <introduce> | <abilities> | <play> | <follow> | <door> | <leave> | <finish> | <observe>;
<introduce> = introduce [yourself]; <introduce> = introduce [yourself];
<abilities> = tell your abilities | list your abilities; <abilities> = tell your abilities | list your abilities;
<play> = let us play | lets play; <play> = let us play | lets play;
......
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