Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@LordNoteworthy LordNoteworthy released this 05 Sep 23:56
· 11 commits to main since this release

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.