jackfirth / jackfirth/resyntax
Custom pluggable analyzers
Nobody has claimed this yet.
- Dominant language
- Racket
- Stars
- 70
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by surveying the existing, partially implemented analyzer functionality and the current APIs for syntax paths, syntax properties, rules, suites, and analyzer tests. Done means the analyzer definition and testing APIs are exposed, rules and suites can declare required analyzers, and the related functionality is documented and polished.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100