Skip to content
Snippets Groups Projects
Commit b66f237e authored by Sarah's avatar Sarah
Browse files
parents 8156274a 2f3b12b3
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ grammar wfoperator;
public <command> = [tobi | biron | ([hot] pepper)] ( <questions> );
public <questions> = (<question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <question11> | <question12> | <question13> | <question14> | <question15> | <question16> | <question17> | <question18> | <question19> | <question20> | <question21> | <question22> | <question23> | <question24> | <question25> | <question26> | <question27> | <question28> | <question29> | <question30> | <question31> | <question32> | <question33> | <question34> | <question35> | <question36> | <question37> | <question38> | <question39> | <question40> | <question41> | <question42> | <question43> | <question44> | <question45> | <question46> | <question47> | <question48> | <question49> | <question50> | <no> | <q0> | <q1> | <q2> | <q3> | <q4> | <q5> | <q6> | <q7> | <q8> | <q9> | <q10> | <q11> | <q12> | <q13>);
public <questions> = (<question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <question11> | <question12> | <question13> | <question14> | <question15> | <question16> | <question17> | <question18> | <question19> | <question20> | <question21> | <question22> | <question23> | <question24> | <question25> | <question26> | <question27> | <question28> | <question29> | <question30> | <question31> | <question32> | <question33> | <question34> | <question35> | <question36> | <question37> | <question38> | <question39> | <question40> | <question41> | <question42> | <question43> | <question44> | <question45> | <question46> | <question47> | <question48> | <question49> | <question50> | <no> | <q0> | <q1> | <q2> | <q3> | <q4> | <q5> | <q6> | <q7> | <q8> | <q9> | <q10> | <q11> | <q12> | <q13> | <q14> | <q15> | <q16> | <q17> | <q18>);
<question1> = who are [the] inventors of [the] c programming language;
<question2> = who is [the] inventor of [the] python programming language;
......@@ -76,3 +76,9 @@ public <questions> = (<question1> | <question2> | <question3> | <question4> | <q
<q11> = (what is (([your] teams name) | ([the] name of your team)));
<q12> = ((when | where) are [the] [european] (qualifications | (preliminaries)) [(for the)] [current] robocup);
<q13> = (what is your (goal | aim | objective));
<q14> = (which | what) robot is used in [the] open [platform] league;
<q15> = (which | what) robot is used in [the] domestic standard [platform] league;
<q16> = (which | what) robot is used in [the] social standard [platform] league;
<q17> = ((in which year) | when) was [the] (robocup | (robocup at home)) founded;
<q18> = what is your name;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment