blob: 4a28a63c140fe1e711be70f9ca85f88d1e04d979 [file] [log] [blame]
grammar t052importM2;
options {
language=JavaScript;
}
import t052importS2;
s : label=a[3] {this.capture($label.y);} ;
B : 'b' ; // defines B from inherited token space
WS : (' '|'\n') {this.skip();} ;