File: t027eof.g

package info (click to toggle)
python3-antlr3 3.5.2-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,580 kB
  • sloc: python: 14,246; makefile: 32; sh: 13
file content (8 lines) | stat: -rw-r--r-- 81 bytes parent folder | download
1
2
3
4
5
6
7
8
lexer grammar t027eof;

options {
    language=Python3;
}

END: EOF;
SPACE: ' ';