Re: preprocessor and precompiler

vbdis@aol.com (VBDis)
8 Oct 2000 21:38:08 -0400

          From comp.compilers

Related articles
preprocessor and precompiler nadaqam@yahoo.com (Nada) (2000-10-01)
Re: preprocessor and precompiler vbdis@aol.com (2000-10-08)
| List of all articles for this month |

From: vbdis@aol.com (VBDis)
Newsgroups: comp.compilers
Date: 8 Oct 2000 21:38:08 -0400
Organization: AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com
References: 00-10-004
Keywords: practice

  "Nada" <nadaqam@yahoo.com> schreibt:


>What is the difference between precompiler and preprocessor ??


My feeling says:


A preprocessor only modifies the source code, expanding macros and doing other
stuff.


A precompiler can produce a very different (even binary) output, so that a
common "postcompiler" can produce code for different languages. The precompiler
handles the syntactical issues of the source language, and the postcompiler
deals with the code creation and optimization.


Nice try? ;-)


DoDi


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.