blob: f92b958f4f520654e82339079a6d1e8ae7aba6f5 [file] [log] [blame]
lexer grammar t001lexer;
options {
language = Python;
}
ZERO: '0';