summaryrefslogtreecommitdiff
path: root/cli/semantics/unit.hxx
AgeCommit message (Collapse)AuthorFilesLines
2009-10-11Simplify to work around VC++ bugsBoris Kolpackov1-31/+13
2009-09-13Use new path class, add context and generator classesBoris Kolpackov1-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.
2009-09-06Call proper base constructors from cli_unitBoris Kolpackov1-1/+1
2009-09-05Add semantic graph and traversal mechanismBoris Kolpackov1-0/+298
The parser now builds the semantic graph.