Create Go language bindings for Objective-C.
Go to file
Greg 8ed05fb451 Work around cgo (or Clang dwarf) bug with incorrect struct size
calculation by returning void pointers for NS object constructors.
Expand examples/app to start building menus.
2019-05-07 14:48:06 -04:00
ast Improve type handling for enums. Handle "__kindof" qualifiers. 2019-05-06 13:21:36 -04:00
cmd/nswrap Return Golang bools from Objective-C functions that return BOOL. 2019-05-06 09:00:38 -04:00
examples Work around cgo (or Clang dwarf) bug with incorrect struct size 2019-05-07 14:48:06 -04:00
types Work around cgo (or Clang dwarf) bug with incorrect struct size 2019-05-07 14:48:06 -04:00
wrap Work around cgo (or Clang dwarf) bug with incorrect struct size 2019-05-07 14:48:06 -04:00
.gitignore Improve type handling for enums. Handle "__kindof" qualifiers. 2019-05-06 13:21:36 -04:00