Expand description
Lexer for parsing format descriptions.
Structsยง
- Lexed ๐
 - An iterator over the lexed tokens.
 
Enumsยง
- Bracket
Kind ๐ - What type of bracket is present.
 - Component
Kind ๐ - Indicates whether the component is whitespace or not.
 - Token ๐
 - A token emitted by the lexer. There is no semantic meaning at this stage.