Skip to content
Snippets Groups Projects
Commit 5891c839 authored by Leroy John Rügemer's avatar Leroy John Rügemer
Browse files

rs

parent 7bb970d7
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
grammar A4_rsm;
public <rsm> = [the] <furniture> is ( <IN_FRONT_OF> | <BEHIND> | <RIGHT_OF> | <LEFT_OF> ) of the <furniture>;
<furniture> = ( ( sofa | couch ) | chair | cupboard | shelf | table ) ;
<furniture> = ( ( sofa | couch ) | (armchair) | chair | cupboard | shelf | table ) ;
<IN_FRONT_OF> = ( before | front );
<BEHIND> = ( behind | after );
<LEFT_OF> = ( left );
......
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