The source string.
The parser options.
The source string.
The parser options.
The parsing mode stack.
The parser options.
The source input stream.
The current parsing mode.
Tries to parse a command argument.
Tries to parse a command.
Tries to parse a command part.
Parses command parts while the source is valid and the desired part count is not reached (if set).
Number of parts to parse.
Returns the opening quote presented at the current source position, if any.
Tries to parse a command flag.
Returns the corresponding closing quote for the opening one.
The opening quote.
Matches the rest of the source and returns it as a string.
Tries to parse a quoted string argument.
Resets the parser state.
Tries to match a rest marker. If matched, matches and returns the rest of the source as a string argument. Otherwise, returns null.
Tries to parse a simple string argument (anything which is not a marker).
Tries to parse a simple or an empty argument.
Skips all subsequent separators.
Tries to parse a string argument.
Generated using TypeDoc
Class for parsing commands.