![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
#include <functional>#include "../Value.hpp"#include "../VM/VM.hpp"#include <vector>#include <string>#include <dlfcn.h>#include <PhasorFFI.h>Go to the source code of this file.
Classes | |
| struct | Phasor::Plugin |
| Represents a loaded plugin. More... | |
| class | Phasor::FFI |
| Manages loading, registering, and unloading native FFI plugins. More... | |
Namespaces | |
| namespace | Phasor |
| The Phasor Programming Language and Runtime. | |
Typedefs | |
| typedef void(* | FFIFunction) (const PhasorAPI *api, PhasorVM *vm) |