appleseedlab / maki

A tool for analyzing syntactic and semantic properties of C Preprocessor macros in C programs
8 stars 3 forks source link

Remove incomplete syntactic translation of macro to C function #17

Closed SilverMight closed 4 months ago

SilverMight commented 4 months ago

To keep Maki as purely a macro analyzer, we will allow downstream tools to handle the translation of macro bodies into the appropriate C language concept as mentioned in #15. This changes Maki to only output the tokens of the macro body with no modification.

Closes #15