ctypes_generation
Directory actions
More options
Directory actions
More options
ctypes_generation
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
== 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 :(