![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
#include "../VM/VM.hpp"#include <functional>#include <map>#include <string>#include <vector>#include <algorithm>#include <cmath>#include <fstream>#include <sstream>#include <stdexcept>#include <stdlib.h>#include <string.h>Go to the source code of this file.
Classes | |
| class | Phasor::StdLib |
| Standard library Contains all the standard library functions. More... | |
Namespaces | |
| namespace | Phasor |
| The Phasor Programming Language and Runtime. | |
Typedefs | |
| using | Phasor::NativeFunction = std::function<Value(const std::vector<Value> &args, VM *vm)> |
| Native function signature. | |