C Preprocessor

yuval@neomagic.co.il (yuval)
19 Mar 2002 16:15:12 -0500

          From comp.compilers

Related articles
C Preprocessor yuval@neomagic.co.il (2002-03-19)
Re: C Preprocessor rhyde@cs.ucr.edu (Randall Hyde) (2002-03-21)
Re: C Preprocessor math@planetp.org (Math Stuff) (2002-04-17)
C Preprocessor Mark_Kuschnir@gec-epl.co.uk (1993-04-26)
| List of all articles for this month |

From: yuval@neomagic.co.il (yuval)
Newsgroups: comp.compilers
Date: 19 Mar 2002 16:15:12 -0500
Organization: Compilers Central
Keywords: C, question, comment
Posted-Date: 19 Mar 2002 16:15:12 EST

Hello guys,
my C PreProcessor is almost done.
I need to finish "functinal macros" and "#if" part.
the rest is done.


is someone can help me with the logic of the "functional macros" ?
I have few ideas but I want to polish them...


If someone need a lex/yacc files just mail me a request.


Take care
Yuval
[The description in the C standard is pretty clear. A macro is replaced
in the input stream by the string of tokens that it generates. -John]


Post a followup to this message

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