Create Go language bindings for Objective-C.
Go to file
Greg 4f260dda0e Fix handling of id and void* types. Add helper functions to convert
char* to and from Go strings. Parse block (^) types. Skip methods
with functions as parameters. Fix passing pointers go C code.
2019-04-26 14:08:43 -04:00
ast Improved type handling. 2019-04-11 11:46:24 -04:00
objc Initial commit. 2019-04-09 11:52:21 -04:00
types Fix handling of id and void* types. Add helper functions to convert 2019-04-26 14:08:43 -04:00
wrap Fix handling of id and void* types. Add helper functions to convert 2019-04-26 14:08:43 -04:00
.gitignore Add type parsing infrastructure. 2019-04-18 09:38:46 -04:00
main.go Fix handling of id and void* types. Add helper functions to convert 2019-04-26 14:08:43 -04:00