Penguin

Differences between version 6 and previous revision of Compiler.

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

Newer page: version 6 Last edited on Saturday, August 23, 2003 9:36:15 am by AristotlePagaltzis Revert
Older page: version 5 Last edited on Saturday, August 23, 2003 9:35:55 am by AristotlePagaltzis Revert
@@ -1,7 +1,7 @@
 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]. 
+[Compiler]s are usually built using, well, a [CompilerCompiler]. 
  
 See also: 
 * [GCC] 
 * [javac]