summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add semantic graph and traversal mechanismBoris Kolpackov2009-09-054-7/+39
| | | | The parser now builds the semantic graph.
* Remove support for install targetBoris Kolpackov2009-08-242-2/+0
|
* Convert to the lower case naming conventionBoris Kolpackov2009-08-222-17/+17
|
* Add support for long long intBoris Kolpackov2009-08-221-0/+12
|
* Document rules of the language covered by each testBoris Kolpackov2009-08-229-71/+72
|
* Add support for C and C++-style commentsBoris Kolpackov2009-08-223-1/+22
|
* Add a test for the parserBoris Kolpackov2009-08-2217-1/+213
|
* Add call and template expressionsBoris Kolpackov2009-08-224-2/+17
| | | | Also add support for querying the lexer failure state.
* Minor build system fixesBoris Kolpackov2009-08-091-1/+1
| | | | | Restore .gitignore generation. Add the default and clean targets for the tests/ directory to the top level makefile.
* Remove test executable that was accidently addedBoris Kolpackov2009-08-091-0/+0
|
* Tests for the lexerBoris Kolpackov2009-08-0914-0/+295