Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-27 | Pass file name as path | Boris Kolpackov | 1 | -2/+10 | |
2009-09-05 | Add semantic graph and traversal mechanism | Boris Kolpackov | 4 | -7/+39 | |
The parser now builds the semantic graph. | |||||
2009-08-24 | Remove support for install target | Boris Kolpackov | 2 | -2/+0 | |
2009-08-22 | Convert to the lower case naming convention | Boris Kolpackov | 2 | -17/+17 | |
2009-08-22 | Add support for long long int | Boris Kolpackov | 1 | -0/+12 | |
2009-08-22 | Document rules of the language covered by each test | Boris Kolpackov | 9 | -71/+72 | |
2009-08-22 | Add support for C and C++-style comments | Boris Kolpackov | 3 | -1/+22 | |
2009-08-22 | Add a test for the parser | Boris Kolpackov | 17 | -1/+213 | |
2009-08-22 | Add call and template expressions | Boris Kolpackov | 4 | -2/+17 | |
Also add support for querying the lexer failure state. | |||||
2009-08-09 | Minor build system fixes | Boris Kolpackov | 1 | -1/+1 | |
Restore .gitignore generation. Add the default and clean targets for the tests/ directory to the top level makefile. | |||||
2009-08-09 | Remove test executable that was accidently added | Boris Kolpackov | 1 | -0/+0 | |
2009-08-09 | Tests for the lexer | Boris Kolpackov | 14 | -0/+295 | |