Announcement: Custom Resyntax Rules

Resyntax now has a public API for creating your own refactoring rules. The API is based on syntax-parse. It ought to be familiar to anyone used to writing macros with define-syntax-parse-rule. You can use your custom rules by grouping them into a refactoring suite and using the --refactoring-suite argument in the resyntax command line interface.

4 Likes