mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
== ctypes_generation ==
I don't have the need for (nor want to code) a full C parser but I need to parse some
windows definitions to generate some python functions/structs/flags.
So, there are 3 dumb parsers used to generate:
- function prototype
- ctypes struct definition
- flags (int with name)
Maybe one day I will do something clean and sane.
But not today.
sorry :(