A simple compiler to convert a crude input language into C++ source code
Put code to be compiled in "Test Code" and call it "Test Program". Then in the parent directory do "make Run" or "sudo make Run". The output will be put into the "Compiled Code" folder as "Main.cpp".