C-Preprocessor
C-Preprocessor copied to clipboard
This is a C like preprocessor for Javascript, using Node.js
`#define Log(x,y) App.Log(x,y)` `Log(DB0, "this text, will fail");`
Would you consider adding support for source maps? This would allow build tools that include a c-preprocessor step to accurately map line numbers back to the original source files during...
Hi! Thank you for this library. Do you have plans to support macros [token pasting or token concatenation](https://gcc.gnu.org/onlinedocs/cpp/Concatenation.html#Concatenation-1)? Thanks again