v0.1.0
This release can parse a subset of Windows headers using a regex approach. It can also parse basic structures and function pointers. A minify
command is available to produce slim JSON files for apps that needs to load these JSON files.
Pros:
- Don't have to deal with the C preprocessor.
Cons:
- Very hackish
- Does not support generating JSON files for different #define options.