t052importM7.g revision 324c4644fee44b9898524c09511bd33c3f12e2df
1lexer grammar t052importM7;
2options {
3    language=JavaScript;
4}
5import t052importS7;
6B : 'b' ;
7WS : (' '|'\n') {this.skip();} ;
8