pub fn export_ast( input: &Path, verbose: bool, load_stdlib: bool, stdlib_path: Option<&Path>, ) -> Result<String, String>
Export AST (symbols) for all files.