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