Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Value.hpp File Reference
#include <iostream>
#include <string>
#include <variant>
#include <unordered_map>
#include <memory>
#include <vector>
Include dependency graph for Value.hpp:
This graph shows which files directly or indirectly include this file:

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...