Skip to content
/ minic Public

Blazing slow C minifier using Clang-AST and (annoyingly) regex magic.

License

Notifications You must be signed in to change notification settings

135e2/minic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Blazing slow C minifier using Clang-AST and (annoyingly) regex magic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published