[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/Ayush-Devs/lpython/main/src/lpython/pickle.h [Back]  [Original]

#ifndef LFORTRAN_PICKLE_H
#define LFORTRAN_PICKLE_H

#include 
#include 
#include 

namespace LCompilers::LPython {

    // Pickle an ASR node
    std::string pickle_python(AST::ast_t &ast, bool colors=false, bool indent=false);

    // Print the tree structure
	std::string pickle_tree_python(AST::ast_t &ast, bool colors=true);

    // Print the ASR in json format
    std::string pickle_json(AST::ast_t &ast, LocationManager &lm);
}

#endif // LFORTRAN_PICKLE_H

Web Proxy Viewer  |  New URL  |  Original Page