Wednesday, September 25, 2013

Building a Custom Compilier


Overview

compiler is a computer program (or set of programs) that transforms source code written in a programming language (the source language) into another computer language (the target language, often having a binary form known as object code). The most common reason for wanting to transform source code is to create an executable program.

Code
Check out my compiler on Github. 

No comments:

Post a Comment