|
The parser is already able to grok <stdio.h> (no small feat). But
I'm not happy until it works on <windows.h> and <gtk.h>. :-)
And the C parser doesn't contain preprocessor functionality, yet.
You can pipe the header file through cc -E -P in the meantime. But
in the long term I'll need to add an internal preprocessor.
Otherwise you can't get constants from #defines (enums work fine).
--Mike