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

grammar update

parent 1c139812
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ grammar basicFunctionalities;
public <basicFunctionalities> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <startServing> | <stop>;
<startServing> = continue | tobi continue;
<stop> = tobi stop;
<dummy> = take | look;
<question1> = question one;
<question2> = question two;
<question3> = question three;
......
......@@ -2,8 +2,8 @@
grammar basicFunctionalities;
public <basicFunctionalities> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <startServing> | <stop>;
<startServing> = continue;
<stop> = stop;
<startServing> = continue | tobi continue;
<stop> = tobi stop;
<question1> = question one;
<question2> = question two;
<question3> = question three;
......
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