Age | Commit message (Expand) | Author |
---|---|---|
2010-05-11 | Add a couple more tests for chained #define directives. | Carl Worth |
2010-05-11 | Fix to handle chained #define directives. | Carl Worth |
2010-05-11 | Add test for chained #define directives. | Carl Worth |
2010-05-11 | Add README file describing glcpp. | Carl Worth |
2010-05-10 | Add a very simple test for the pre-processor. | Carl Worth |
2010-05-10 | Implment #define | Carl Worth |
2010-05-10 | Makefile: Enable debugging of parser. | Carl Worth |
2010-05-10 | Add hash table implementation from glsl2 project. | Carl Worth |
2010-05-10 | Add .gitignore file. | Carl Worth |
2010-05-10 | Add some compiler warnings and corresponding fixes. | Carl Worth |
2010-05-10 | Make the lexer reentrant (to avoid "still reachable" memory). | Carl Worth |
2010-05-10 | Add the tiniest shell of a flex/bison-based parser. | Carl Worth |