Function parse_ast

Source
pub fn parse_ast(
    handler: Handler,
    node_builder: &NodeBuilder,
    source: &SourceFile,
    modules: &[Rc<SourceFile>],
    network: NetworkName,
) -> Result<Ast>
Expand description

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