summaryrefslogtreecommitdiff
path: root/cli/semantics
AgeCommit message (Collapse)AuthorFilesLines
2009-09-13Use new path class, add context and generator classesBoris Kolpackov2-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.
2009-09-06Call proper base constructors from cli_unitBoris Kolpackov2-1/+5
2009-09-05Add semantic graph and traversal mechanismBoris Kolpackov12-0/+1329
The parser now builds the semantic graph.