Hello all,
I was poking about writing a linter between projects for personal use when I get even more distracted (linter was already a distraction) by the idea of packaging zigs AST parser into a static website to explore what the tokeniser and parser were producing
Zlinter - Zig AST explorer (currently targeting 0.14.1 - also builds for master on a different branch but I’m not sure how to deploy both through GitHub Actions so sticking with 0.14.x as it’s more stable)
It’s plain JS and CSS (no bundling or polyfills or whatever web devs do these days) so mileage may vary on some browsers (I’ve only tested on desktop)
Maybe once Zig is stable I will upstream something to the astexplorer.net project, OR maybe it’s not that useful and was more of a recreational programming exercise, which is also fine by me
I will probably update it to provide more interpreted context about the nodes instead of the raw data… unless I get distracted by something else… ![]()