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