![]() |
Phasor 3.3.0
Stack VM based Programming Language
|
#include "PhasorIR.hpp"#include "../../ISA/map.hpp"#include <cstring>#include <fstream>#include <iomanip>#include <iostream>#include <sstream>#include <stdexcept>#include <utility>#include <functional>#include <map>#include <filesystem>#include <string>#include <vector>#include <phsint.hpp>Go to the source code of this file.
Namespaces | |
| namespace | Phasor |
| The Phasor Programming Language and Runtime. | |
Functions | |
| static void | Phasor::writeIRValue (std::stringstream &ss, const Value &val, const std::function< std::string(const std::string &)> &escape) |
| static Value | Phasor::readIRValue (const std::string &type, std::stringstream &ss, const std::function< std::string(const std::string &)> &unescape) |