Closed edsko closed 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.
libclang
Macro
C/AST.hs
It seems that
libclang
cannot do much better than give us the raw list of tokens, but perhaps this is sufficient. See definition ofMacro
inC/AST.hs
for example representations.