replicode
|
#include "r_code/list.h"
#include "r_comp/segments.h"
#include "r_comp/compiler.h"
#include "r_comp/preprocessor.h"
#include "CoreLibrary/dll.h"
#include <thread>
Go to the source code of this file.
Classes | |
class | r_exec::TDecompiler |
Namespaces | |
r_exec | |
Functions | |
r_comp::Metadata * | r_exec::getMetadata () |
r_comp::Image * | r_exec::getSeed () |
bool | r_exec::Compile (const char *filename, string &error, bool compile_metadata=false) |
bool | r_exec::Init (const char *user_operator_library_path, uint64_t(*time_base)(), const char *seed_path) |
bool | r_exec::Init (const char *user_operator_library_path, uint64_t(*time_base)(), const r_comp::Metadata &metadata, const r_comp::Image &seed) |
uint16_t | r_exec::GetOpcode (const char *name) |
std::string | r_exec::GetAxiomName (const uint16_t index) |