FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

#ifndef LFORTRAN_PYTHON_SERIALIZATION_H #define LFORTRAN_PYTHON_SERIALIZATION_H #include #include namespace LCompilers::LPython { AST::ast_t* deserialize_ast(Allocator &al, const std::string &s); } // namespace LCompilers::LPython #endif // LFORTRAN_PYTHON_SERIALIZATION_H

Back | FazBrowse Home | New Git URL