Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 602 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 602 Bytes

minic

Yet another C minifier using Clang-AST and (annoyingly) regex magic.

Roadmap

  • 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

Credits

License