summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
AgeCommit message (Collapse)AuthorFilesLines
2009-09-13Use new path class, add context and generator classesBoris Kolpackov1-4/+17
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-08-22Convert to the lower case naming conventionBoris Kolpackov1-3/+3
2009-08-22Change the compiler driver to call the parserBoris Kolpackov1-2/+35
2009-08-02Add the LICENSE file and update licensing informationBoris Kolpackov1-1/+1
2009-08-02Add compiler driver stubBoris Kolpackov1-0/+13