Home | History | Annotate | Download | only in functional
      1 lexer grammar t027eof;
      2 
      3 options {
      4     language=JavaScript;
      5 }
      6 
      7 END: '\u0000';
      8 SPACE: ' ';
      9