summaryrefslogtreecommitdiff
path: root/cli/runtime-header.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-06-02Add support for quoting in option file scannerBoris Kolpackov1-0/+21
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-12-10Scanner-based parsing with support for element erasingBoris Kolpackov1-4/+78
Also implement argv_file_scanner which provides support for reading command line arguments from the argv array as well as files specified with command line options. New examples: file. New tests: ctor, erase, file.
2009-11-28Use a scanner interface instead of argc/argvBoris Kolpackov1-0/+60
This will allow supporting other sources of options, for example, an option file.
2009-10-04Move runtime inline function to inline fileBoris Kolpackov1-54/+26
2009-09-27Generate parsing constructors and parsing codeBoris Kolpackov1-0/+177
Also generate some runtime support code such exceptions, value parsers, etc.