Tuesday, February 22, 2011

OS-COMPILER

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

The name "compiler" is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language or machine code).



refer:     http://www.personal.kent.edu/~rmuhamma/Compilers/MyCompiler/compilerIntro.htm
             http://www.webopedia.com/TERM/C/compiler.html
             http://whatis.techtarget.com/definition/0,,sid9_gci211824,00.html


No comments:

Post a Comment