t052importM8.g revision 324c4644fee44b9898524c09511bd33c3f12e2df
1lexer grammar t052importM8;
2options {
3    language=JavaScript;
4}
5import t052importS8;
6A : 'a' {this.capture("M.A ");} ;
7WS : (' '|'\n') {this.skip();} ;
8