profile/ivi/mesa.git
2010-05-11 Carl WorthFix to handle chained #define directives.
2010-05-11 Carl WorthAdd test for chained #define directives.
2010-05-11 Carl WorthAdd README file describing glcpp.
2010-05-10 Carl WorthAdd a very simple test for the pre-processor.
2010-05-10 Carl WorthImplment #define
2010-05-10 Carl WorthMakefile: Enable debugging of parser.
2010-05-10 Carl WorthAdd hash table implementation from glsl2 project.
2010-05-10 Carl WorthAdd .gitignore file.
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.