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