mchakravarty / language-c-inline

Inline C & Objective-C in Haskell
Other
147 stars 29 forks source link

Changes to language-c-quote #17

Closed mchakravarty closed 10 years ago

mchakravarty commented 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.

Also, unsafe_retained -> unsafe_unretained

mchakravarty commented 10 years ago

Done, but still need to send a pull request.