Expand description
Lexer for generating tokens from the command line. A lexer for generating tokens from a command line.
Structs§
- Tokens
- Defines a
Lexerthat is responsible for streaming tokens from the command line input. - Values
- A iterator over value tokens.
Enums§
- Flag
- Variant of
Flagtoken. Only store the identifier, not the hyphens. - Token
- Defines a
Tokenthat has been read from the command line.
Traits§
- Into
Tokens - A trait for creating a
Tokensiterator from other types.