Hacker News new | ask | show | jobs
Show HN: Sylver – a language agnostic source code analyzer (sylver.dev)
4 points by sevender 1370 days ago
I spent the last few weeks playing with the idea of language agnostic source-code analysis. In my experiments, I ended-up building a query engine for source code, along with the necessary infrastructure to turn queries into small reusable linters.

The project is still very rough, but it's enough to build realistic little linters !