summaryrefslogtreecommitdiffstats
path: root/cli/cli.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Implement generation of specifier functions (--generate-specifier)Boris Kolpackov2010-06-021-2/+1
| | | | | These functions determine whether the option was specified on the command line. New test: specifier.
* Update copyrightBoris Kolpackov2010-01-011-2/+2
|
* Bump version to 1.1.0Boris Kolpackov2009-12-131-1/+1
|
* Allows additional options to be provided in files (--options-file)Boris Kolpackov2009-12-101-5/+7
| | | | Implemented using the new argv_file_scanner scanner implementation.
* Cosmetic changesBoris Kolpackov2009-12-101-1/+2
|
* Implement usage generationBoris Kolpackov2009-11-081-12/+1
| | | | Also migrate the CLI compiler usage handling to the auto-generated version.
* Bump version to 1.0.0Boris Kolpackov2009-10-281-1/+1
|
* Add usage informationBoris Kolpackov2009-10-111-0/+29
|
* Handle the --version optionBoris Kolpackov2009-10-111-13/+23
|
* Add option file for the CLI compiler itselfBoris Kolpackov2009-09-271-3/+18
|
* Use the path string from the invalid_path exceptionBoris Kolpackov2009-09-271-2/+2
|
* Open output files and generate boilerplate codeBoris Kolpackov2009-09-191-0/+6
|
* Use new path class, add context and generator classesBoris Kolpackov2009-09-131-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.
* Convert to the lower case naming conventionBoris Kolpackov2009-08-221-3/+3
|
* Change the compiler driver to call the parserBoris Kolpackov2009-08-221-2/+35
|
* Add the LICENSE file and update licensing informationBoris Kolpackov2009-08-021-1/+1
|
* Add compiler driver stubBoris Kolpackov2009-08-021-0/+13