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