summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-12Convert lexer to talloc and add xtalloc wrappers.Carl Worth
2010-05-12Fix defines involving both literals and other defined macros.Carl Worth
2010-05-11Add tests defining a macro to be a literal and another macro.Carl Worth
2010-05-11Add a couple more tests for chained #define directives.Carl Worth
2010-05-11Fix to handle chained #define directives.Carl Worth
2010-05-11Add test for chained #define directives.Carl Worth
2010-05-11Add README file describing glcpp.Carl Worth
2010-05-10Add a very simple test for the pre-processor.Carl Worth
2010-05-10Implment #defineCarl Worth
2010-05-10Makefile: Enable debugging of parser.Carl Worth
2010-05-10Add hash table implementation from glsl2 project.Carl Worth
2010-05-10Add .gitignore file.Carl Worth
2010-05-10Add some compiler warnings and corresponding fixes.Carl Worth
2010-05-10Make the lexer reentrant (to avoid "still reachable" memory).Carl Worth
2010-05-10Add the tiniest shell of a flex/bison-based parser.Carl Worth