summaryrefslogtreecommitdiff
path: root/cli/runtime-inline.cxx
AgeCommit message (Collapse)AuthorFilesLines
2009-12-10Cosmetic changesBoris Kolpackov1-22/+38
2009-12-10Scanner-based parsing with support for element erasingBoris Kolpackov1-4/+59
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/+21
This will allow supporting other sources of options, for example, an option file.
2009-10-04Move runtime inline function to inline fileBoris Kolpackov1-0/+107