android_mt6572_jiabo/external/antlr/antlr-3.4/runtime/Python/tests/t009lexer.g
2025-09-05 16:56:03 +08:00

6 lines
78 B
Text

lexer grammar t009lexer;
options {
language = Python;
}
DIGIT: '0' .. '9';