Module budvm::lexer_util
source · Expand description
Utilities shared between Bud Assembly and Bud.
Structs
- An iterator adapter thatallows peeking up to two positions ahead.
- A parsed numeric literal.
- The result of decoding a string literal’s contents.
Enums
- An error while decoding a numeric literal.
- An error while decoding the contents of a string literal.
- A numeric literal.
Functions
- Decodes all valid numeric literal formats supported by Bud and Bud Assembly.
- Decodes a string literal with escape sequences used by Bud and Bud Assembly.