Create Go language bindings for Objective-C.
Go to file
Greg eced251710 Create GoString helper methods for anything that has a "WithString"
method. Multiple bug fixes in type system, fixed parsing of id,
instancename and instancetype, allow NullableAnnotations after
generic lists (e.g. "id<ObjectType> _Nullable"). Helper function
to identify types that are function pointers.
2019-05-03 13:14:30 -04:00
ast Add constants for C enum types. Add NSEnumerator helper. Fix 2019-05-02 14:14:29 -04:00
examples Create GoString helper methods for anything that has a "WithString" 2019-05-03 13:14:30 -04:00
objc Initial commit. 2019-04-09 11:52:21 -04:00
types Create GoString helper methods for anything that has a "WithString" 2019-05-03 13:14:30 -04:00
wrap Create GoString helper methods for anything that has a "WithString" 2019-05-03 13:14:30 -04:00
.gitignore Add bluetooth example. 2019-05-02 14:17:11 -04:00
main.go Create GoString helper methods for anything that has a "WithString" 2019-05-03 13:14:30 -04:00