aosp12/external/antlr/runtime/Python/tests/t001lexer.g

7 lines
70 B
Plaintext

lexer grammar t001lexer;
options {
language = Python;
}
ZERO: '0';