![]() |
Phasor 3.1.1
Stack VM based Programming Language
|
Functions | |
| int | runScript (const std::string &source, Phasor::VM *vm=nullptr) |
| Run a script. | |
| int | runRepl (Phasor::VM *vm=nullptr) |
| Run an REPL. | |
Frontend namespace.
| int pulsar::Frontend::runRepl | ( | Phasor::VM * | vm = nullptr | ) |
Run an REPL.
| vm | The virtual machine to run the REPL on |
Definition at line 77 of file Frontend.cpp.
| int pulsar::Frontend::runScript | ( | const std::string & | source, |
| Phasor::VM * | vm = nullptr ) |
Run a script.
| source | The source code to run |
| vm | The virtual machine to run the script on |
Definition at line 26 of file Frontend.cpp.