summaryrefslogtreecommitdiffstats
path: root/tests/parser
Commit message (Collapse)AuthorAgeFilesLines
* Add support for build2 for tests and examplesKaren Arutyunov2016-11-2221-322/+0
|
* Add support for -I optionBoris Kolpackov2012-05-111-1/+2
| | | | | | Now quote-included ("") option files are searched for relative to the including file while bracket-included (<>) ones are search in the directories specified with -I.
* Fix lookup bugBoris Kolpackov2012-05-111-3/+4
|
* Implement option class inheritanceBoris Kolpackov2012-05-109-7/+61
| | | | | | | 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.
* Add support for options file inclusionBoris Kolpackov2012-05-103-0/+3
| | | | | | | | | | | | | | New include-path prefixes, c++: and cli:, are now recognized (e.g., include <cli:foo>;). Without a prefix, the include declarations is considered to be c++-include unless the path ends with the .cli extension. The cli-included files are loaded and parsed. Currently, only inclusion relative to the current file is supported. Duplicate inclusions are detected and ignored based on the absolute filesystem path. If a file cli-includes another file, then the runtime code is assumed to come from the included file and is not generated.
* Copyright updateBoris Kolpackov2011-01-042-2/+2
|
* Update copyrightBoris Kolpackov2010-01-012-2/+2
|
* Cosmetic changesBoris Kolpackov2009-12-101-1/+2
|
* Implement option documentation support in frontendBoris Kolpackov2009-11-083-1/+17
|
* Add install targetBoris Kolpackov2009-10-111-12/+0
|
* Pass file name as pathBoris Kolpackov2009-09-271-2/+10
|
* Add semantic graph and traversal mechanismBoris Kolpackov2009-09-052-3/+29
| | | | The parser now builds the semantic graph.
* Remove support for install targetBoris Kolpackov2009-08-241-1/+0
|
* Convert to the lower case naming conventionBoris Kolpackov2009-08-221-3/+3
|
* 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 a test for the parserBoris Kolpackov2009-08-2216-0/+212