summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-06-02test suite: Add expected output for every test.Carl Worth1-1/+1
2010-05-27Implement token pasting of integers.Carl Worth1-1/+1
2010-05-19Add a wrapper function around the lexer.Carl Worth1-1/+1
2010-05-14Provide implementation for macro arguments containing parentheses.Carl Worth1-1/+1
2010-05-14Makefile: Make "make test" depend on the main program.Carl Worth1-1/+1
2010-05-13Add support for the structure of function-like macros.Carl Worth1-1/+1
2010-05-12Convert lexer to talloc and add xtalloc wrappers.Carl Worth1-1/+1
2010-05-12Fix defines involving both literals and other defined macros.Carl Worth1-0/+7
2010-05-10Add a very simple test for the pre-processor.Carl Worth1-0/+4
2010-05-10Makefile: Enable debugging of parser.Carl Worth1-1/+1
2010-05-10Add hash table implementation from glsl2 project.Carl Worth1-1/+1
2010-05-10Add some compiler warnings and corresponding fixes.Carl Worth1-0/+2
2010-05-10Add the tiniest shell of a flex/bison-based parser.Carl Worth1-0/+12