Re: How can I interface myself with the C preprocessor?

2006-10-05 Thread Michael Eager
Matteo Fioroni wrote: Thanks for your help, I saw the gcc -E output: but it don't match my needs. I've to interface the Preprocessor to get the tokens (keyword, preprocessor directives, grammar, ecc..) it analyzes on which I've to permorm some operations. The preprocessor doesn't break C into

Re: How can I interface myself with the C preprocessor?

2006-10-05 Thread Michael Eager
Michael Eager wrote: Matteo Fioroni wrote: Thanks for your help, I saw the gcc -E output: but it don't match my needs. I've to interface the Preprocessor to get the tokens (keyword, preprocessor directives, grammar, ecc..) it analyzes on which I've to permorm some operations. The preprocessor

Re: How can I interface myself with the C preprocessor?

2006-10-05 Thread James Dennett
Michael Eager wrote: Matteo Fioroni wrote: Thanks for your help, I saw the gcc -E output: but it don't match my needs. I've to interface the Preprocessor to get the tokens (keyword, preprocessor directives, grammar, ecc..) it analyzes on which I've to permorm some operations. The preprocessor

Re: How can I interface myself with the C preprocessor?

2006-10-04 Thread Michael Eager
in the C code. I think that I can use the preprocessore features to scan the code I can obtain the informations I need in a good way. So, I ask you how can I get some docomuntation about C preprocessor and how can I interface myself with it? Have you looked at cpp? Or gcc -E? -- Michael Eager

How can I interface myself with the C preprocessor?

2006-10-02 Thread Matteo Fioroni
that I can use the preprocessore features to scan the code I can obtain the informations I need in a good way. So, I ask you how can I get some docomuntation about C preprocessor and how can I interface myself with it? Thaks for Help. Matteo. __ Do You

Re: How can I interface myself with the C preprocessor?

2006-10-02 Thread Paolo Carlini
Matteo Fioroni wrote: So, I ask you how can I get some docomuntation about C preprocessor and how can I interface myself with it? cyborgs... brrr... Paolo.