Closed mchakravarty closed 10 years ago
Add instancetype as a typename (where we now only have id) and add objcprop as quasi quoter. For the latter, we need to export objc_property_decl as parseObjCProp from Parser.y.
instancetype
id
objcprop
objc_property_decl
parseObjCProp
Parser.y
Also, unsafe_retained -> unsafe_unretained
unsafe_retained
unsafe_unretained
Done, but still need to send a pull request.
Add
instancetype
as a typename (where we now only haveid
) and addobjcprop
as quasi quoter. For the latter, we need to exportobjc_property_decl
asparseObjCProp
fromParser.y
.Also,
unsafe_retained
->unsafe_unretained