Module parse

Module parse 

Source
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