We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdcf00 commit e28a57cCopy full SHA for e28a57c
tool/src/main/resources/org/antlr/codegen/templates/Cpp/Cpp.stg
@@ -762,7 +762,7 @@ ANTLR_UINT8* <name>TokenNames[<length(tokenNames)>+4]
762
(ANTLR_UINT8*) "\<EOR>",
763
(ANTLR_UINT8*) "\<DOWN>",
764
(ANTLR_UINT8*) "\<UP>",
765
- <tokenNames:{it |(ANTLR_UINT8*) <it>}; separator=",\n">
+ <rest(tokens):{it |(ANTLR_UINT8*) "<it.name>", //<it.type>}; separator="\n">
766
};
767
<endif>
768
0 commit comments