grammar t052importM4; options { language=JavaScript; } import t052importS4, t052importT4; s : a ; B : 'b' ; WS : (' '|'\n') {this.skip();} ;