![]() |
Phasor 3.3.0
Stack VM based Programming Language
|
#include <functional>#include <map>#include <string>#include <vector>#include <algorithm>#include <cmath>#include <fstream>#include <sstream>#include <stdexcept>#include <stdlib.h>#include <string.h>#include "../VM/VM.hpp"#include <Value.hpp>Go to the source code of this file.
Classes | |
| class | Phasor::StdLib |
| Phasor Standard library. 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. | |