Create Go language bindings for Objective-C.
Go to file
Greg 9b71889a69 Include type qualifiers and nullability attributes in Objective-C
function return types. Add NSEnumerator to examples/foundation.
2019-05-01 13:58:20 -04:00
ast Handle Objective-C methods with variadic arguments. 2019-04-29 16:14:45 -04:00
examples Include type qualifiers and nullability attributes in Objective-C 2019-05-01 13:58:20 -04:00
objc Initial commit. 2019-04-09 11:52:21 -04:00
types Include type qualifiers and nullability attributes in Objective-C 2019-05-01 13:58:20 -04:00
wrap Convert *Id to any wrapped type. Shorten names for class methods 2019-05-01 12:34:29 -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 functions identified by regexp in nswrap.toml config 2019-05-01 10:58:29 -04:00