====== DyLint ====== The purpose of this project is to create a framework for doing analysis and warnings of Dylan code using compiler plugins that can walk the internal compiler datastructures. This can draw inspiration from: - `PMD `_ - `PyLint `_ - Clang plugins