5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
lexer grammar T;
|
|
options { language = Perl5; }
|
|
ZERO: '0';
|
|
ONE: '1';
|