mchakravarty / language-c-inline

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

C++ support or documentation on where to start #49

Closed 3noch closed 8 years ago

3noch commented 9 years ago

If someone were to add C++ support, what would you suggest?

mchakravarty commented 9 years ago

The first (and biggest) task would be to extend language-c-quote to be able to parse and represent C++ (or at least, a significant subset of C++). Once that is done, extending language-c-inline appropriately shouldn't be hard.