Module ir_to_bytecode::parser
source · Functions
- Given the raw input of a file, creates a single
ModuleDefinition
struct Fails withErr(_)
if the text cannot be parsed - Given the raw input of a file, creates a
Script
struct Fails withErr(_)
if the text cannot be parsed - Given the raw input of a file, creates a
ScriptOrModule
enum Fails withErr(_)
if the text cannot be parsed`