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.
Functionsยง
- attach_
location ๐AttachLocation
information to each byte in the iterator. - lex ๐Parse the string into a series of
Token
s.