Age | Commit message (Expand) | Author |
---|---|---|
2010-06-01 | Implement comment handling in the lexer (with test). | Carl Worth |
2010-05-28 | Stop interrupting the test suite at the first failure. | Carl Worth |
2010-05-27 | Remove blank lines from output files before comparing. | Carl Worth |
2010-05-26 | Implement #if and friends. | Carl Worth |
2010-05-25 | Implement expansion of object-like macros. | Carl Worth |
2010-05-25 | Make the lexer pass whitespace through (as OTHER tokens) for text lines. | Carl Worth |
2010-05-25 | Store parsed tokens as token list and print all text lines. | Carl Worth |
2010-05-25 | Starting over with the C99 grammar for the preprocessor. | Carl Worth |
2010-05-20 | Implement #if, #else, #elif, and #endif with tests. | Carl Worth |
2010-05-20 | Stop ignoring whitespace while testing. | Carl Worth |
2010-05-17 | Fix (and add test for) function-like macro invocation with newlines. | Carl Worth |
2010-05-14 | Don't return SPACE tokens unless strictly needed. | Carl Worth |
2010-05-10 | Add a very simple test for the pre-processor. | Carl Worth |