summaryrefslogtreecommitdiff
path: root/cli/parser.hxx
AgeCommit message (Collapse)AuthorFilesLines
2009-09-27Cosmetic changesBoris Kolpackov1-2/+2
2009-09-13Use new path class, add context and generator classesBoris Kolpackov1-2/+2
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-4/+12
The parser now builds the semantic graph.
2009-08-22Convert to the lower case naming conventionBoris Kolpackov1-11/+11
2009-08-22Implement the CLI language parserBoris Kolpackov1-0/+60