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