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を期待しています。文字列リテラル用に1つ提供するにはどうすればよいですか?
または、これを行う別の方法はありますか..?
ありがとう