summaryrefslogtreecommitdiffstats
path: root/cli/generator.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-211-1/+1
|
* Implement group_scannerBoris Kolpackov2018-03-211-1/+1
|
* Update copyright yearBoris Kolpackov2017-01-031-1/+1
|
* Start switch to build2Boris Kolpackov2016-11-151-2/+2
|
* Copyright updateBoris Kolpackov2011-01-041-1/+1
|
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Implement usage generationBoris Kolpackov2009-11-081-3/+0
| | | | Also migrate the CLI compiler usage handling to the auto-generated version.
* Add usage informationBoris Kolpackov2009-10-111-0/+3
|
* Add option file for the CLI compiler itselfBoris Kolpackov2009-09-271-2/+3
|
* Open output files and generate boilerplate codeBoris Kolpackov2009-09-191-0/+2
|
* Use new path class, add context and generator classesBoris Kolpackov2009-09-131-0/+26
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.