xref: /aosp_15_r20/external/antlr/runtime/Python/tests/t048rewrite.g (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1*16467b97STreehugger Robotlexer grammar t048rewrite;
2*16467b97STreehugger Robotoptions {
3*16467b97STreehugger Robot    language=Python;
4*16467b97STreehugger Robot}
5*16467b97STreehugger Robot
6*16467b97STreehugger RobotA: 'a';
7*16467b97STreehugger RobotB: 'b';
8*16467b97STreehugger RobotC: 'c';
9*16467b97STreehugger Robot
10