resyntax icon indicating copy to clipboard operation
resyntax copied to clipboard

Custom pluggable analyzers

Open jackfirth opened this issue 3 months ago • 0 comments

Resyntax should provide a customizable, modular API for defining whole-module analysis passes to provide nonlocal information to refactoring rules. Parts of this are implemented but there's a lot of additional work to do, including exposing the analyzer definition API, exposing the syntax path and syntax property entry APIs, exposing the analyzer testing framework, allowing rules and suites to declare what analyzers they need, documentation for all of the above, and general polishing.

jackfirth avatar Oct 31 '25 03:10 jackfirth