Compiler
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.
Here are 10,257 public repositories matching this topic...
-
Updated
Jul 12, 2012 - C++
Paper and slides for the ILC 2012 submission about Ralph
-
Updated
Nov 5, 2012
A very simple Win32 assembler for Intel 8080 that produces COM binaries for CP/M. I built this during my 2nd university year as a replacement for the tool we had at our lab, which often failed to compile large programs and produced misleading error messages.
-
Updated
Dec 25, 2012 - C++
Deterministic Finite Automata in C++, Token Parser & Lexer
-
Updated
Jan 28, 2013 - C++
Adventure game language and compiler for the Amstrad CPC computers
-
Updated
May 16, 2013
Compilers course project @ IST 2013
-
Updated
May 27, 2013 - C++
Play copy of http://sourceforge.net/projects/cppheaderparser/ version 2.3
-
Updated
Jun 21, 2013 - Python
Python module to decompile/compile Dofus's SWL/D2P files.
-
Updated
Jul 10, 2013 - Python
Brainfuck interpreter & compiler written in Haskell, with focus on readability instead of performance
-
Updated
Oct 5, 2013 - Haskell
Toy Language (Basic Calculator) JIT-compilation via LLVM
-
Updated
Oct 10, 2013 - Python