[][src]Module solana_libra_ir_to_bytecode::parser

Modules

ast

Functions

parse_cmd

Given the raw input of a file, creates a single Cmd struct Fails with Err(_) if the text cannot be parsed

parse_module

Given the raw input of a file, creates a single ModuleDefinition struct Fails with Err(_) if the text cannot be parsed

parse_program

Given the raw input of a file, creates a Program struct Fails with Err(_) if the text cannot be parsed

parse_script

Given the raw input of a file, creates a Script struct Fails with Err(_) if the text cannot be parsed