filleduchaos / dart-bindgen

An experimental library/tool for generating Dart interfaces from header files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle definition directives

filleduchaos opened this issue · comments

commented

Currently clang_plugin cursor processing just skips inclusion directives and macro expansions; proper handling of #include is delegated to #17 , and this issue will track handling of #define, #ifdef, #endif, #if, #else, #ifndef and #undef.