Phasor 3.1.1
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 <format>
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
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)

Function Documentation

◆ escapeString()

std::string escapeString ( const std::string & input)
inline

Definition at line 11 of file Value.hpp.

Here is the caller graph for this function: