summaryrefslogtreecommitdiff
path: root/glcpp.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-12Fix defines involving both literals and other defined macros.Carl Worth1-4/+6
2010-05-10Implment #defineCarl Worth1-4/+6
2010-05-10Add some compiler warnings and corresponding fixes.Carl Worth1-0/+2
2010-05-10Make the lexer reentrant (to avoid "still reachable" memory).Carl Worth1-1/+8
2010-05-10Add the tiniest shell of a flex/bison-based parser.Carl Worth1-0/+28