Expand description
General parsing
Modules§
- require
- Data for parsing the require instruction
Structs§
- Block
- A list of instructions inside a routine or nested block (such as an if block)
- Parsed
- The final result of parsed data
Functions§
- lex_
and_ parse - Lex text into tokens and then parse the result
- parse
- Parse a list of tokens
Type Aliases§
- BlockId
- The type we use to index blocks in the hashmap