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§

Tokens
Defines a Lexer that is responsible for streaming tokens from the command line input.
Values
A iterator over value tokens.

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.

Traits§

IntoTokens
A trait for creating a Tokens iterator from other types.