|
NewLang Project
Yet another programm language
|
#include <module.h>

Public Member Functions | |
| Module (RunTime *rt=nullptr, TermPtr ast=nullptr) | |
| virtual | ~Module () |
| std::string | Dump () |
Public Attributes | |
| RunTime * | m_rt |
| std::string | m_file |
| std::string | m_md5 |
| std::string | m_timestamp |
| std::string | m_version |
| TermPtrConst | m_ast |
Definition at line 51 of file module.cpp.
References ASSERT.
|
inline |
| TermPtrConst newlang::Module::m_ast |