Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 C 目标更改令牌的文本。
来自 SETTEXT 宏的文档:“但是,如果您希望更改令牌所代表的文本,您可以使用此宏来明确设置它。”
TOKEN: 'token' { SETTEXT("text"); }
SETTEXT 需要一个 pANTLR3_STRING。如何为字符串文字提供一个?
还是有另一种方法可以做到这一点..?
谢谢