Skip to content
Snippets Groups Projects
object.jsgf 233 B
Newer Older
  • Learn to ignore specific revisions
  • #JSGF V1.0;
    
    Kai Harmening's avatar
    Kai Harmening committed
    grammar emergencySituation_object;
    
    
    public <emergencySituation> = <objectPhrase>;
    
    <objectPhrase> = <water> | <self aid kit> | <cell phone>;
    
    Kai Harmening's avatar
    Kai Harmening committed
    <water> = water;
    
    <self aid kit> = (self aid kit);
    <cell phone> = (cell phone);