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