Re: development ideas for 4.1
- Posted by DerekParnell (admin) Feb 11, 2011
- 1865 views
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 StatementBlockSo not being able to parse that is not a big deal.