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