![]() |
Phasor 3.1.1
Stack VM based Programming Language
|
#include "map.hpp"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, OpCode > | Phasor::stringToOpCodeMap |