Phasor 2.2.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
CppCompiler_main.cpp
Go to the documentation of this file.
2
3int main(int argc, char *argv[])
4{
5 Phasor::CppCompiler compiler(argc, argv);
6 return compiler.run();
7}
fn main()
The main execution loop of the Phasor Shell.
Definition Shell.dox:38
CLI wrapper for C++ code generation from Phasor source.