miniblog.
← Back to all posts
Wilfred Hughes
Aug 14, 2016 at 13:11
Writing small linters using mini parsers:
https://blog.acolyer.org/2016/05/31/how-to-build-static-checking-systems-using-orders-of-magnitude-less-code/
(interesting approach, but they must have corner cases)
How to build static checking systems using orders of magnitude less code
How to build static checking systems using orders of magnitude less code Brown et al., ASPLOS ’16 You start with something simple. Then over time things get more and more complex and before y…