Read-Eval-Print Loop for Phasor Programming Language.
More...
#include <Repl.hpp>
|
| | Repl (int argc, char *argv[], char *envp[]) |
| int | run () |
Read-Eval-Print Loop for Phasor Programming Language.
Definition at line 26 of file Repl.hpp.
◆ Repl()
| Phasor::Repl::Repl |
( |
int | argc, |
|
|
char * | argv[], |
|
|
char * | envp[] ) |
◆ createVm()
| std::unique_ptr< VM > Phasor::Repl::createVm |
( |
| ) |
|
|
private |
◆ run()
| int Phasor::Repl::run |
( |
| ) |
|
◆ runRepl()
| int Phasor::Repl::runRepl |
( |
| ) |
|
|
private |
◆ runSourceString()
| void Phasor::Repl::runSourceString |
( |
const std::string & | source, |
|
|
VM & | vm ) |
|
staticprivate |
◆ m_args
The documentation for this class was generated from the following files: