well-typed / hs-bindgen

Automatically generate Haskell bindings from C header files
20 stars 0 forks source link

Basic parser for macros #152

Closed edsko closed 2 months ago

edsko commented 2 months ago

It seems that libclang cannot do much better than give us the raw list of tokens, but perhaps this is sufficient. See definition of Macro in C/AST.hs for example representations.