Function leo_parser::parse_ast

source ·
pub fn parse_ast<N: Network>(
    handler: &Handler,
    node_builder: &NodeBuilder,
    source: &str,
    start_pos: BytePos
) -> Result<Ast>
Expand description

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