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