Differences between version 9 and revision by previous author of Compiler.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 9 | Last edited on Saturday, September 27, 2003 12:00:44 am | by StuartYeates | Revert |
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.
+
+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].
See also:
* [GCC]
* [javac]
+* [VisualC++]
-Compare [DeCompiler].
+Compare [DeCompiler] and SoftwareDevelopmentTools
.