Phasor 3.1.1
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}
int main()
Definition LSP_main.cpp:121
CLI wrapper for C++ code generation from Phasor source.