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