/cparse

Parser of C-syntax data definitions, C-syntax function definitions

Primary LanguageC

TODO
====

1. Add support of typedef
2. Add support of preprocessor #define, #if
3. Add support of initialization
4. Separate sign from the type, use mask for that
5. Support for multidimensional arrays
6. Support for enums
7. Support for bitfields
8. Support for calling convention (stdcall, ccall, usercall)
9. Support for multiple returns
10. Make function description more standard
11. Support for __attributes__(())

LICENSE
=======

This software shipped under public domain