summaryrefslogtreecommitdiff
path: root/tests/lexer/makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-10-11Add install targetBoris Kolpackov1-11/+0
2009-09-05Add semantic graph and traversal mechanismBoris Kolpackov1-2/+8
The parser now builds the semantic graph.
2009-08-24Remove support for install targetBoris Kolpackov1-1/+0
2009-08-22Add support for C and C++-style commentsBoris Kolpackov1-1/+1
2009-08-22Add call and template expressionsBoris Kolpackov1-1/+1
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-09Tests for the lexerBoris Kolpackov1-0/+83