blob: b5651d59fc0352874146505290ba85d68fc3d544 [file] [log] [blame]
lexer grammar t007lexer;
options {
language = Python;
}
FOO: 'f' ('o' | 'a' 'b'+)*;