Yet another C minifier using Clang Lexer and Parser 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