![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
#include <iostream>#include <string>#include <variant>#include <unordered_map>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | Phasor::Value |
| A value in the Phasor VM. More... | |
| struct | Phasor::Value::StructInstance |
Namespaces | |
| namespace | Phasor |
| The Phasor Programming Language and Runtime. | |
Enumerations | |
| enum class | Phasor::ValueType { Phasor::Null , Phasor::Bool , Phasor::Int , Phasor::Float , Phasor::String , Phasor::Struct , Phasor::Array } |
| Runtime value types for the VM. More... | |