Skip to content

jackfirth/resyntax

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

resyntax CI Status Documentation

A refactoring tool for Racket built on top of syntax-parse.

Quickstart

Use the Racket package manager to install in the installation scope.

raco pkg install --installation resyntax

The --installation flag (shorthand for --scope installation) installs packages for all users of a Racket installation and ensures resyntax is in your $PATH.

e.g.

% resyntax analyze --file coroutines-example.rkt
resyntax: --- analyzing code ---
resyntax: --- displaying results ---
%

See the documentation for more details on how to use resyntax.

Examples

You can find suggestions Resyntax has left on GitHub pull requests "in the wild" using this search.

About

A Racket refactoring engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages