Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
Frontend.hpp File Reference
#include "../Runtime/VM/VM.hpp"
#include <string>
Include dependency graph for Frontend.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Phasor
 The Phasor Programming Language and Runtime.
namespace  Phasor::Frontend
 Frontend namespace.

Functions

void Phasor::Frontend::runScript (const std::string &source, VM *vm=nullptr)
 Run a script.
void Phasor::Frontend::runRepl (VM *vm=nullptr)
 Run an REPL.