Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.
C90 to MIPS I Compiler done as a coursework for EE2-15
Safe, fast, beauty compiled programming language for developing maintainable software.
My first attempt to create a compiler
The Crypt Programming Language