Create Go language bindings for Objective-C.
Go to file
Greg 0e89d2c29a Do not memoize type parser as it causes bugs with typedefs,
'instancetype' etc. Clean up typedefs and type parameters as
soon as Types are created.
2019-04-30 06:59:05 -04:00
ast Handle Objective-C methods with variadic arguments. 2019-04-29 16:14:45 -04:00
examples Do not memoize type parser as it causes bugs with typedefs, 2019-04-30 06:59:05 -04:00
objc Initial commit. 2019-04-09 11:52:21 -04:00
types Do not memoize type parser as it causes bugs with typedefs, 2019-04-30 06:59:05 -04:00
wrap Do not memoize type parser as it causes bugs with typedefs, 2019-04-30 06:59:05 -04:00
.gitignore Make a Go Interface instead of a struct for top level objects. 2019-04-29 11:46:48 -04:00
main.go Handle Objective-C methods with variadic arguments. 2019-04-29 16:14:45 -04:00