summaryrefslogtreecommitdiffstats
path: root/cli/semantics
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightBoris Kolpackov2010-01-0112-12/+12
|
* Implement option documentation support in frontendBoris Kolpackov2009-11-081-0/+31
|
* Simplify to work around VC++ bugsBoris Kolpackov2009-10-116-68/+24
|
* Remove unneeded codeBoris Kolpackov2009-10-041-18/+0
|
* Get rid of the name typedefBoris Kolpackov2009-09-202-11/+7
| | | | Use std::string directly.
* Use new path class, add context and generator classesBoris Kolpackov2009-09-132-6/+11
| | | | | | 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-062-1/+5
|
* Add semantic graph and traversal mechanismBoris Kolpackov2009-09-0512-0/+1329
The parser now builds the semantic graph.