cparse icon indicating copy to clipboard operation
cparse copied to clipboard

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

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