summaryrefslogtreecommitdiff
path: root/cli/semantics/elements.hxx
AgeCommit message (Collapse)AuthorFilesLines
2009-09-13Use new path class, add context and generator classesBoris Kolpackov1-1/+6
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-05Add semantic graph and traversal mechanismBoris Kolpackov1-0/+421
The parser now builds the semantic graph.