Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 306 Bytes

File metadata and controls

6 lines (6 loc) · 306 Bytes

Simple-Compiler

A simple compiler to convert a crude input language into C++ source code

Instructions

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".