Home | History | Annotate | Download | only in functional
      1 grammar t052importM4;
      2 options {
      3     language=JavaScript;
      4 }
      5 import t052importS4, t052importT4;
      6 s : a ;
      7 B : 'b' ;
      8 WS : (' '|'\n') {this.skip();} ;
      9