xref
: /
external
/
antlr
/
runtime
/
Python
/
tests
/
t001lexer.g
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
lexer grammar t001lexer;
2
options {
3
language = Python;
4
}
5
6
ZERO: '0';
7