summaryrefslogtreecommitdiff
path: root/cli/runtime-source.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-12-10Scanner-based parsing with support for element erasingBoris Kolpackov1-5/+223
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-45/+107
This will allow supporting other sources of options, for example, an option file.
2009-10-28Use assignment initialization for fundamental typesBoris Kolpackov1-3/+3
2009-10-04Add a parser for std::setBoris Kolpackov1-0/+16
2009-10-04Add a parser for std::mapBoris Kolpackov1-1/+58
2009-09-27Generate parsing constructors and parsing codeBoris Kolpackov1-0/+177
Also generate some runtime support code such exceptions, value parsers, etc.