A simple compiler for the C-Lite programming language, built with a Qt user interface. It translates C-Lite source code into target assembly code, providing an educational demonstration of the compilation process.
-
Install Qt.
-
Open the project Compile in Qt Creator.
-
Click
Import Codeto load the source code, like test_code.txt -
Click
Compileto compile the source code.
