blob: b7f4f4a3c147f04a43d29b1ec9dcb5f980c3ac60 [file] [log] [blame]
lexer grammar t006lexer;
options {
language = Python3;
}
FOO: 'f' ('o' | 'a')*;