Yet another C minifier using Clang-AST and (annoyingly) regex magic.
- Support C++
- C++ function/class templates
- Investigate deeper into clang AST
- Gradually replace regex with clang toolings
- Support minifying multiple source files
- Add rules to replace repetitive calls with macros