Skip to main content

Module lexer

Module lexer 

Source
Expand description

Lexer for generating tokens from the command line. A lexer for generating tokens from a command line.

Structs§

TokenIterator
Defines a Lexer that is responsible for streaming tokens from the command line input.

Enums§

Flag
Variant of Flag token. Only store the identifier, not the hyphens.
Token
Defines a Token that has been read from the command line.