Related articles |
---|
ANSI C PreProcessor yuval@neomagic.co.il (2002-01-03) |
Re: ANSI C PreProcessor blp@cs.stanford.edu (Ben Pfaff) (2002-01-04) |
Re: ANSI C PreProcessor [news:comp.lang.c++ trimmed from header] dcorbit@connx.com (Dann Corbit) (2002-01-04) |
Re: ANSI C PreProcessor nmm1@cus.cam.ac.uk (2002-01-05) |
Re: ANSI C PreProcessor [news:comp.lang.c++ trimmed from header] christian.bau@cbau.freeserve.co.uk (Christian Bau) (2002-01-05) |
Re: ANSI C PreProcessor [news:comp.lang.c++ trimmed from header] Volker.Barthelmann@informatik.uni-erlangen.de (Volker Barthelmann) (2002-01-14) |
From: | yuval@neomagic.co.il (yuval) |
Newsgroups: | comp.lang.c,comp.compilers,comp.lang.c++ |
Date: | 3 Jan 2002 16:36:52 -0500 |
Organization: | http://groups.google.com/ |
Keywords: | C, question, comment |
Posted-Date: | 03 Jan 2002 16:36:52 EST |
Hi,
I need to make an Ansi C PreProcessor. I would be happy to get help
from someone who did it in the past.
Now I am in the grammar part. I want to get a BNF grammar for the C
PreProcessor.
Thanks a lot
Yuval
[I would look at the freely available C preprocessors that have been
discussed here. And then I would use one of them, rather than wasting
time writing yet another one. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.