Crate leo_parser[][src]

The parser to convert Leo code text into an [AST] type.

This module contains the parse_ast() method which calls the underlying parse() method to create a new program ast.

Re-exports

pub use errors::*;
pub use parser::*;

Modules

errors
parser

The parser to convert Leo code text into an Program AST type.

Functions

parse_ast

Creates a new AST from a given file path and source code text.