summaryrefslogtreecommitdiffstats
path: root/tests/parser/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add support for build2 for tests and examplesKaren Arutyunov2016-11-221-94/+0
|
* Implement option class inheritanceBoris Kolpackov2012-05-101-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.
* Copyright updateBoris Kolpackov2011-01-041-1/+1
|
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Implement option documentation support in frontendBoris Kolpackov2009-11-081-1/+1
|
* Add install targetBoris Kolpackov2009-10-111-12/+0
|
* Add semantic graph and traversal mechanismBoris Kolpackov2009-09-051-2/+26
| | | | The parser now builds the semantic graph.
* Remove support for install targetBoris Kolpackov2009-08-241-1/+0
|
* Document rules of the language covered by each testBoris Kolpackov2009-08-221-1/+1
|
* Add a test for the parserBoris Kolpackov2009-08-221-0/+83