Update README.md

This commit is contained in:
Booklordofthedings 2024-05-24 12:10:42 +02:00
parent abf1f52643
commit 14cc856417

View file

@ -18,7 +18,7 @@ The process is as follows:
## API ## API
- Binding.Bind => Takes in String[] args and generates the in memory model of the header - Binding.Bind => Takes in String[] args and generates the in memory model of the header
- Binding.Generate => Creates the string representation and outputs it into the target file - Binding.Generate => Creates the string representation and outputs it into the target file
- Binding.CursorHandles => Dictionary containing handlers for specific cursor types, can be extended - Binding.CursorHandles => Dictionary containing handlers for specific cursor types, can be extended *(Current broken)*
- Binding.Options => General Options for binding and generating - Binding.Options => General Options for binding and generating
## Binding.Options ## Binding.Options
@ -33,4 +33,5 @@ The process is as follows:
- Some libraries (sqlite) use defines for enums/constants. Find a way to parse these - Some libraries (sqlite) use defines for enums/constants. Find a way to parse these
- Parse the output into multiple files - Parse the output into multiple files
- Type parse function pointers correctly - Type parse function pointers correctly
- Struct fields inside of structs seemingly dont work yet - Struct fields inside of structs seemingly dont work
- Fix CursorHandles (I think its because of pointer fuckery