Home | History | Annotate | Download | only in functional
      1 lexer grammar t052importM7;
      2 options {
      3     language=JavaScript;
      4 }
      5 import t052importS7;
      6 B : 'b' ;
      7 WS : (' '|'\n') {this.skip();} ;
      8