CLI wrapper for running Pulsar scripts.
More...
#include <ScriptingRuntime.hpp>
CLI wrapper for running Pulsar scripts.
Definition at line 16 of file ScriptingRuntime.hpp.
◆ Interpreter()
| pulsar::Interpreter::Interpreter |
( |
int | argc, |
|
|
char * | argv[], |
|
|
char * | envp[] ) |
◆ createVm()
| std::unique_ptr< Phasor::VM > pulsar::Interpreter::createVm |
( |
| ) |
|
|
private |
◆ parseArguments()
| void pulsar::Interpreter::parseArguments |
( |
int | argc, |
|
|
char * | argv[] ) |
|
private |
◆ run()
| int pulsar::Interpreter::run |
( |
| ) |
|
◆ runSource()
| int pulsar::Interpreter::runSource |
( |
| ) |
|
|
private |
◆ runSourceString()
| int pulsar::Interpreter::runSourceString |
( |
const std::string & | source, |
|
|
Phasor::VM & | vm ) |
|
private |
◆ showHelp()
| void pulsar::Interpreter::showHelp |
( |
| ) |
|
|
private |
◆ m_args
The documentation for this class was generated from the following files: