• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1lexer grammar T;
2options { language = Perl5; }
3ZERO: '0';
4ONE: '1';
5