Skip to content
Snippets Groups Projects
Commit 2823e487 authored by Christian Witte's avatar Christian Witte
Browse files

new yes and no commands

parent 58d6e20e
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,10 @@ grammar basicFunctionalities;
public <basicFunctionalities> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <continue> | <stop> | <stop_pick_and_place>;
<continue> = tobi continue | continue;
<stop> = tobi stop;
<yes> = tobi yes | yes;
<no> = tobi no | no;
<yes> = <tobi_yes> | yes;
<no> = <tobi_no> | no;
<tobi_yes> = tobi yes;
<toni_no> = tobi no;
<stop_pick_and_place> = stop pick and place;
<question1> = what time is it;
<question2> = what is your name;
......
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