Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
StdLib.hpp File Reference
#include "../VM/VM.hpp"
#include <functional>
#include <map>
#include <string>
#include <vector>
#include <algorithm>
#include <cmath>
#include <fstream>
#include <sstream>
#include <stdexcept>
#include <stdlib.h>
#include <string.h>
Include dependency graph for StdLib.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Phasor::StdLib
 Standard library Contains all the standard library functions. More...

Namespaces

namespace  Phasor
 The Phasor Programming Language and Runtime.

Typedefs

using Phasor::NativeFunction = std::function<Value(const std::vector<Value> &args, VM *vm)>
 Native function signature.