Phasor 3.1.1
Stack VM based Programming Language
Loading...
Searching...
No Matches
map.cpp File Reference
#include "map.hpp"
Include dependency graph for map.cpp:

Go to the source code of this file.

Namespaces

namespace  Phasor
 The Phasor Programming Language and Runtime.

Functions

std::string Phasor::opCodeToString (OpCode op)
OpCode Phasor::stringToOpCode (const std::string &str)

Variables

const std::unordered_map< OpCode, std::string > Phasor::opCodeToStringMap
const std::unordered_map< std::string, OpCodePhasor::stringToOpCodeMap