Hello everyone!
I wanted to share a small tool I've been working on, called Mini-Zig. It's a utility that helps in cleaning up source files by removing commented lines. This might be helpful for those who are looking to simplify their Zig codebases.
Features of Mini-Zig:
Efficient removal of single-line comments.
Handles files with leading whitespace.
Simple command-line interface.
Processes files entirely in memory.
While it's a small tool, I believe it could be useful for some. I'm open to any feedback or contributions from the community.
Thank you and I hope someone finds it useful.
The project is open-source and available on GitHub here: https://github.com/ZakariaBouguira/mini-zig.