summaryrefslogtreecommitdiff
path: root/tests/parser/makefile
AgeCommit message (Collapse)AuthorFilesLines
2012-05-10Implement option class inheritanceBoris Kolpackov1-1/+1
For now multiple, non-virtual inheritance is supported. An option class can now also be declared abstract using the class c = 0 {...}; syntax. New option, --exclude-base, controls whether base class information is present in usage and documentation.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-11-08Implement option documentation support in frontendBoris Kolpackov1-1/+1
2009-10-11Add install targetBoris Kolpackov1-12/+0
2009-09-05Add semantic graph and traversal mechanismBoris Kolpackov1-2/+26
The parser now builds the semantic graph.
2009-08-24Remove support for install targetBoris Kolpackov1-1/+0
2009-08-22Document rules of the language covered by each testBoris Kolpackov1-1/+1
2009-08-22Add a test for the parserBoris Kolpackov1-0/+83