![]() |
Phasor 3.1.1
Stack VM based Programming Language
|
#include <iostream>#include <string>#include <variant>#include <unordered_map>#include <memory>#include <vector>#include <format>Go to the source code of this file.
Classes | |
| class | Phasor::Value |
| A value in the Phasor VM. More... | |
| struct | Phasor::Value::StructInstance |
| struct | std::formatter< Phasor::Value > |
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... | |
Functions | |
| std::string | escapeString (const std::string &input) |