cparse
cparse copied to clipboard
Parser of C-syntax data definitions, C-syntax function definitions
TODO
- Add support of typedef
- Add support of preprocessor #define, #if
- Add support of initialization
- Separate sign from the type, use mask for that
- Support for multidimensional arrays
- Support for enums
- Support for bitfields
- Support for calling convention (stdcall, ccall, usercall)
- Support for multiple returns
- Make function description more standard
- Support for attributes(())
LICENSE
This software shipped under public domain