• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1lexer grammar t001lexer;
2options {
3  language = Python3;
4}
5
6ZERO: '0';
7