Skip to content
Snippets Groups Projects
rsm.jsgf 346 B
Newer Older
  • Learn to ignore specific revisions
  • Leon Ziegler's avatar
    Leon Ziegler committed
    #JSGF V1.0;
    grammar A4_rsm;
    public <rsm> = [the] <furniture> [is] [on] [the] [in] ( <IN_FRONT_OF> | <BEHIND> | <RIGHT_OF> | <LEFT_OF> ) [of] [the] <furniture>;
    
    <furniture> = ( ( sofa | couch ) | chair | cupboard | shelf | table ) ;
    <IN_FRONT_OF> = ( before | front );
    <BEHIND> = ( behind | after );
    <LEFT_OF> = ( left );
    <RIGHT_OF> = ( right );