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

added "again" command to control execution grammar

parent 5b35d1cf
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
grammar ToBI_shellgame; grammar ToBI_shellgame;
public <statement> = [tobi] [please] <command> [please] [tobi]; public <statement> = [tobi] [please] <command> [please] [tobi];
<command> = <stop> | <continue>| <leave>; <command> = <stop> | <continue>| <leave> | <again>;
<stop> = (stop it) | stop | cancel; <stop> = (stop it) | stop | cancel;
<leave> = leave | finish | (go back) | (we are done) | (lets call it a day); <leave> = leave | finish | (go back) | (we are done) | (lets call it a day);
<continue> = continue | proceed; <continue> = continue | proceed;
<again> = (try again);
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