blob: f794d9bbb951be93dde4e90c024073c4622e7116 [file] [log] [blame]
lexer grammar t002lexer;
options {
language = Python3;
}
ZERO: '0';
ONE: '1';