Add support for the structure of function-like macros.
[mesa.git] / glcpp-lex.l
2010-05-13 Carl WorthAdd support for the structure of function-like macros.
2010-05-13 Carl WorthMake the lexer distinguish between identifiers and...
2010-05-12 Carl WorthSimplify lexer significantly (remove all stateful lexing).
2010-05-12 Carl WorthAdd support for the #undef macro.
2010-05-12 Carl WorthConvert lexer to talloc and add xtalloc wrappers.
2010-05-12 Carl WorthFix defines involving both literals and other defined...
2010-05-10 Carl WorthImplment #define
2010-05-10 Carl WorthAdd some compiler warnings and corresponding fixes.
2010-05-10 Carl WorthMake the lexer reentrant (to avoid "still reachable...
2010-05-10 Carl WorthAdd the tiniest shell of a flex/bison-based parser.