1grammar t052importM1; 2options { 3 language=JavaScript; 4} 5import t052importS1; 6s : a ; 7B : 'b' ; // defines B from inherited token space 8WS : (' '|'\n') {this.skip();} ; 9