1 grammar t052importM2; 2 options { 3 language=JavaScript; 4 } 5 import t052importS2; 6 s : label=a[3] {this.capture($label.y);} ; 7 B : 'b' ; // defines B from inherited token space 8 WS : (' '|'\n') {this.skip();} ; 9