1 Installation🔗ℹ

Use the Racket package manager to install Resyntax 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, ensuring resyntax is in your PATH.

e.g.

% resyntax analyze --file example.rkt

resyntax: --- analyzing code ---

resyntax: --- displaying results ---

%