summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2009-12-13Get rid of absolute paths in outputBoris Kolpackov3-5/+4
2009-12-10Scanner-based parsing with support for element erasingBoris Kolpackov19-1/+472
Also implement argv_file_scanner which provides support for reading command line arguments from the argv array as well as files specified with command line options. New examples: file. New tests: ctor, erase, file.
2009-12-10Cosmetic changesBoris Kolpackov2-2/+4
2009-11-08Implement option documentation support in frontendBoris Kolpackov3-1/+17
2009-11-08Add a test for multi-line string literalBoris Kolpackov2-0/+9
2009-10-28Fix test outputBoris Kolpackov2-3/+3
2009-10-11Add install targetBoris Kolpackov3-25/+0
2009-09-27Pass file name as pathBoris Kolpackov1-2/+10
2009-09-05Add semantic graph and traversal mechanismBoris Kolpackov4-7/+39
The parser now builds the semantic graph.
2009-08-24Remove support for install targetBoris Kolpackov2-2/+0
2009-08-22Convert to the lower case naming conventionBoris Kolpackov2-17/+17
2009-08-22Add support for long long intBoris Kolpackov1-0/+12
2009-08-22Document rules of the language covered by each testBoris Kolpackov9-71/+72
2009-08-22Add support for C and C++-style commentsBoris Kolpackov3-1/+22
2009-08-22Add a test for the parserBoris Kolpackov17-1/+213
2009-08-22Add call and template expressionsBoris Kolpackov4-2/+17
Also add support for querying the lexer failure state.
2009-08-09Minor build system fixesBoris Kolpackov1-1/+1
Restore .gitignore generation. Add the default and clean targets for the tests/ directory to the top level makefile.
2009-08-09Remove test executable that was accidently addedBoris Kolpackov1-0/+0
2009-08-09Tests for the lexerBoris Kolpackov14-0/+295