OpenGrok
Cross Reference: t009lexer.g
xref
: /
external
/
antlr
/
antlr-3.4
/
runtime
/
Python
/
tests
/
t009lexer.g
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
lexer grammar t009lexer;
2
options {
3
language = Python;
4
}
5
6
DIGIT: '0' .. '9';
7