Penguin

Differences between current version and revision by previous author of Compiler.

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

Newer page: version 10 Last edited on Wednesday, September 1, 2004 8:51:08 pm by StuartYeates
Older page: version 7 Last edited on Saturday, August 23, 2003 9:37:02 am by AristotlePagaltzis Revert
@@ -1,9 +1,12 @@
 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]s are usually built using, well, a [CompilerCompiler]. 
+A [Compiler] is often refered to by the name of it's executable. Thus on a Solaris platform, the Sun [C] [Compiler] is refered to as [CC], the [GNU] C Compiler is refered to as [GCC] and the Sun [Java] compiler as [javac].  
+  
+Most [Compiler]s are usually built using, well, a [CompilerCompiler]. 
  
 See also: 
 * [GCC] 
 * [javac] 
+* [VisualC++]  
  
-Compare [DeCompiler]. 
+Compare [CompileTime], [DeCompiler] and SoftwareDevelopmentTools