Skip to content
Snippets Groups Projects
Commit 34f3da5d authored by Kai Harmening's avatar Kai Harmening
Browse files

changed grammar to work while there is a bug in waitForNonterminals

parent f4cd240f
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar emergencySituation_object; grammar emergencySituation_object;
public <emergencySituation> = <water>; public <emergencySituation> = <objectPhrase>;
<objectPhrase> = water | (self aid kit) | (cell phone); <objectPhrase> = <water> | <self aid kit> | <cell phone>;
<water> = water; <water> = water;
<self aid kit> = (self aid kit);
<cell phone> = (cell phone);
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