Skip to content
/ cparse Public

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

Notifications You must be signed in to change notification settings

XVilka/cparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages