MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
Loading...
Searching...
No Matches
icode_exec.cpp File Reference

MXVM interpreter — executes intermediate code instructions at runtime. More...

#include "mxvm/icode.hpp"
#include <cstring>
#include <iomanip>
#include <iostream>
Include dependency graph for icode_exec.cpp:

Go to the source code of this file.

Namespaces

namespace  mxvm

Functions

static void mxvm::releaseOwnedPointer (Variable &v)
std::string mxvm::toStringFromVarType (const VarType &v)

Detailed Description

MXVM interpreter — executes intermediate code instructions at runtime.

Author
Jared Bruni

Definition in file icode_exec.cpp.