blob: cdfa00aa24fd63f8d89349e8166b97aba1392078 [file] [log] [blame]
lexer grammar t052importM8;
options {
language=JavaScript;
}
import t052importS8;
A : 'a' {this.capture("M.A ");} ;
WS : (' '|'\n') {this.skip();} ;