Penguin

Differences between version 3 and previous revision of Compiler.

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

Newer page: version 3 Last edited on Saturday, August 23, 2003 1:18:49 am by StuartYeates Revert
Older page: version 1 Last edited on Saturday, August 16, 2003 5:27:15 pm by StuartYeates Revert
@@ -1,5 +1,5 @@
-A [Compiler] is a program which transforms a program from a higher abstraction level to a lower abstraction level. This differs from a [DeCompiler] which is a program which transforms a program in the opposite direction. 
+A [Compiler] is a program which transforms a program from a higher abstraction level to a lower abstraction level. This differs from a [DeCompiler] which is a program which transforms a program in the opposite direction. A [Compiler] designed for building other [Compiler]s is called a [CompilerCompiler]
  
-[GCC] is a compile (more correctly a family of compilers) which transforms [C], [C++] and [Fortran] into object files, libraries or executables. 
+[GCC] is a compiler (more correctly a family of compilers) which transforms [C], [C++] and [Fortran] into object files, libraries or executables. 
  
 [javac] is a compiler that transfroms [Java] SourceCode into class files.