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