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