pub fn parse_ast<N: Network>( handler: Handler, node_builder: &NodeBuilder, source: &str, start_pos: u32, ) -> Result<Ast>
Creates a new AST from a given file path and source code text.