t052importM1.g revision 324c4644fee44b9898524c09511bd33c3f12e2df
1grammar t052importM1;
2options {
3    language=JavaScript;
4}
5import t052importS1;
6s : a ;
7B : 'b' ; // defines B from inherited token space
8WS : (' '|'\n') {this.skip();} ;
9