Penguin

Differences between current version and previous revision of Compiler.

Other diffs: Previous Major Revision, Previous Author, 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 9 Last edited on Saturday, September 27, 2003 12:00:44 am by StuartYeates Revert
@@ -1,12 +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. 
  
 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]. 
  
-[Compiler]s are usually built using, well, a [CompilerCompiler]. 
+Most [Compiler]s are usually built using, well, a [CompilerCompiler]. 
  
 See also: 
 * [GCC] 
 * [javac] 
 * [VisualC++] 
  
-Compare [DeCompiler] and SoftwareDevelopmentTools. 
+Compare [CompileTime], [DeCompiler] and SoftwareDevelopmentTools.