summaryrefslogtreecommitdiffstats
path: root/cli/parser.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Cosmetic changesBoris Kolpackov2009-09-271-2/+2
|
* Use new path class, add context and generator classesBoris Kolpackov2009-09-131-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.
* Add semantic graph and traversal mechanismBoris Kolpackov2009-09-051-4/+12
| | | | The parser now builds the semantic graph.
* Convert to the lower case naming conventionBoris Kolpackov2009-08-221-11/+11
|
* Implement the CLI language parserBoris Kolpackov2009-08-221-0/+60