Module: CTioga2::Commands::Parsers

Defined in:
lib/ctioga2/commands/parsers/command-line.rb,
lib/ctioga2/commands/parsers/file.rb,
lib/ctioga2/commands/parsers/old-file.rb

Overview

In this modules are classes that parse a source of commands, and yield to the caller the commands (Command) along with their unprocessed arguments.

Defined Under Namespace

Classes: CommandLineParser, FileParser, OldFileParser, OptionRedefined, OptionUnkown, ParserSyntaxError, UnexpectedCharacter, UnterminatedSymbol