blob: 247a344020878b7b1f2e9f02adb577756a59a98d [file] [log] [blame]
lexer grammar t005lexer;
options {
language = Python3;
}
FOO: 'f' 'o'+;