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