Home | History | Annotate | Download | only in functional
      1 grammar t052importM3;
      2 options {
      3     language=JavaScript;
      4 }
      5 import t052importS3;
      6 s : 'b' {this.gt052importS3.foo();} ; // gS is import pointer
      7 WS : (' '|'\n') {this.skip();} ;
      8