Penguin

Differences between version 5 and previous revision of Compiler.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Saturday, August 23, 2003 9:35:55 am by AristotlePagaltzis Revert
Older page: version 4 Last edited on Saturday, August 23, 2003 9:35:04 am by AristotlePagaltzis Revert
@@ -1,7 +1,7 @@
-A [Compiler] is a program to transform source code from one language to another. 
+A [Compiler] is a program to transform source code from one language to another. Commonly, the target language is MachineCode - either that of a "real" silicon [CPU] or of a VirtualMachine
  
 [Compiler] are usually built using, well, a [CompilerCompiler]. 
  
 See also: 
 * [GCC] 
 * [javac]