Re: development ideas for 4.1

new topic     » goto parent     » topic index » view thread      » older message » newer message
SDPringle said...

It would need to be a full preprocessor but it wouldn't have to be a full C parser. It just would need to parse C expressions. That means there would be no need to parse function definitions.

My point still remains ... the exercise will cost more than its worth.

It would still need to parse function headers.

typedef char *f(int a) cf; 
cf *F1; 

And function definitions are simply ..

FuncHeader StatementBlock 
So not being able to parse that is not a big deal.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu