【整理】分析cppLexer.g中的多参数的#define实现宏替换的逻辑过程
crifan 12年前 (2013-06-04) 2608浏览 0评论
【背景】 之前折腾: 【记录】将antlr v2的C/C++的preprocess,即cpp.g,转换为antlr v3 期间,后来终于看懂原先的旧的cppLexer.g中,antlr v2版本的lexer,是如何实现,多参数的#define中,宏的...
crifan 12年前 (2013-06-04) 2608浏览 0评论
【背景】 之前折腾: 【记录】将antlr v2的C/C++的preprocess,即cpp.g,转换为antlr v3 期间,后来终于看懂原先的旧的cppLexer.g中,antlr v2版本的lexer,是如何实现,多参数的#define中,宏的...