CLI wrapper for bytecode generation from Phasor source.
More...
#include <Compiler.hpp>
|
| | Compiler (int argc, char *argv[], char *envp[]) |
| int | run () |
CLI wrapper for bytecode generation from Phasor source.
Compiles Phasor source files to bytecode using the methods provided.
Definition at line 15 of file Compiler.hpp.
◆ Compiler()
| Phasor::Compiler::Compiler |
( |
int | argc, |
|
|
char * | argv[], |
|
|
char * | envp[] ) |
◆ compileToBytecode()
| int Phasor::Compiler::compileToBytecode |
( |
| ) |
|
|
private |
◆ compileToIR()
| int Phasor::Compiler::compileToIR |
( |
| ) |
|
|
private |
◆ parseArguments()
| void Phasor::Compiler::parseArguments |
( |
int | argc, |
|
|
char * | argv[] ) |
|
private |
◆ run()
| int Phasor::Compiler::run |
( |
| ) |
|
◆ showHelp()
| void Phasor::Compiler::showHelp |
( |
const std::string & | programName | ) |
|
|
private |
◆ m_args
The documentation for this class was generated from the following files: