summaryrefslogtreecommitdiffstats
path: root/cli/semantics/unit.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-211-1/+1
|
* Update copyright yearBoris Kolpackov2017-01-031-1/+1
|
* Start switch to build2Boris Kolpackov2016-11-151-3/+3
|
* Support specifying documentation variables on command lineBoris Kolpackov2015-11-161-0/+1
|
* Move lookup to semantic graph from parserBoris Kolpackov2012-05-111-0/+21
|
* Add support for options file inclusionBoris Kolpackov2012-05-101-10/+19
| | | | | | | | | | | | | | 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-041-1/+1
|
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Simplify to work around VC++ bugsBoris Kolpackov2009-10-111-31/+13
|
* Use new path class, add context and generator classesBoris Kolpackov2009-09-131-5/+5
| | | | | | Use cutl::fs::path instead of std::string in the semantic graph. Add context and generator stubs, to be filled next. Connect everything in the compiler driver.
* Call proper base constructors from cli_unitBoris Kolpackov2009-09-061-1/+1
|
* Add semantic graph and traversal mechanismBoris Kolpackov2009-09-051-0/+298
The parser now builds the semantic graph.