summaryrefslogtreecommitdiff
path: root/cli/generator.cxx
AgeCommit message (Collapse)AuthorFilesLines
2009-09-19Open output files and generate boilerplate codeBoris Kolpackov1-1/+193
2009-09-13Use new path class, add context and generator classesBoris Kolpackov1-0/+15
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.