Skip to content
Snippets Groups Projects
Commit 740de99a authored by Kai Konen's avatar Kai Konen
Browse files

changed grammar a little bit

parent 56b8b107
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ grammar apartment; ...@@ -3,6 +3,7 @@ grammar apartment;
public <apartment> = [(tobi | biron | robot)] (<apartment_predef>); public <apartment> = [(tobi | biron | robot)] (<apartment_predef>);
<apartment_predef> = <predef1> | <predef2>; <apartment_predef> = <predef1> | <predef2> | <predef3>;
<predef1> = where is the apartment; <predef1> = where is the apartment;
<predef2> = can you show us the apartment; <predef2> = can you show us the apartment;
<prefef3> = guide us to the apartment;
...@@ -12,6 +12,6 @@ public <question> = [(tobi | pepper | robot)] (<quest_predef>); ...@@ -12,6 +12,6 @@ public <question> = [(tobi | pepper | robot)] (<quest_predef>);
<predef6> = goodbye pepper; <predef6> = goodbye pepper;
<predef7> = what are you doing at sy tech; <predef7> = what are you doing at sy tech;
<predef8> = what are your goals; <predef8> = what are your goals;
<predef9> = what makes [the] sy tech so special compared to other institutions; <predef9> = what makes [the] sy tech special;
<predef10> = what are actually your outcomes; <predef10> = what are actually your outcomes;
<object> = can you tell me what this is; <object> = can you tell me what this is;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment