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