Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Compilers

A compiler is a computer program (or set of programs) that translates text written in a computer language (the source language) into another computer language (the target language). The original sequence is usually called the source code and the output called object code. Commonly the output has a form suitable for processing by other programs (e.g., a linker), but it may be a human readable text file. The most common reason for wanting to translate source code is to create an executable program. The name "compiler" is primarily used for programs that translate source code from a high level language to a lower level language (e.g., assembly language or machine language). A program that translates from a low level language to a higher level one is a decompiler. A program that translates between high-level languages is usually called a language translator, source to source translator, or language converter. A language rewriter is usually a program that translates the form of expressions without a change of language.

Showing 2012 and older publications, page 1 of 3 First Page  Next Page Last Page 

Read more

April 2011

Read more

February 2011

Read more

November 2010

Read more

December 2007

Read more

October 2007

Read more

August 2006

Read more

July 2004

Read more

April 2004

Read more

November 2003

Read more

September 2002