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