Phasor 3.1.1
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  pulsar
 The Pulsar Scripting Language.
namespace  pulsar::Frontend
 Frontend namespace.

Functions

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