blob: 2a7904e863f9dbddd7435f68eb507700f421587a [file] [log] [blame]
lexer grammar t008lexer;
options {
language = Python3;
}
FOO: 'f' 'a'?;