#include "vm_types.h"
#include "containers.h"
#include <tinyape.h>
Go to the source code of this file.
Data Structures | |
struct | _dynarray_t |
struct | _generic_stack_t |
struct | _vm_engine_t |
struct | _opcode_chain_node_t |
struct | _opcode_dict_t |
struct | _text_seg_t |
struct | _mutex_t |
struct | _data_stack_entry_t |
struct | _call_stack_entry_t |
struct | _vm_obj_t |
struct | _vm_dyn_env_t |
struct | _vm_dyn_func_t |
struct | _vm_t |
struct | _label_tab_t |
struct | _program_t |
struct | _thread_t |
Variables | |
volatile vm_t | _glob_vm |