schemat 0.5.0

A code formatter for Scheme, Lisp, and any S-expressions
schemat-0.5.0 is not a library.

schemat

GitHub Action Crate Codecov License

A code formatter for Scheme, Lisp, and any S-expressions.

It supports:

  • S-expressions
    • Parenthesis: ( and )
    • Brackets: [ and ]
    • Braces: { and }
  • Comments: Lines starting with ;
  • Quotes: ', `, and ,
  • Hash directives
    • Shebang (e.g. #!/usr/bin/env gsi)
    • Language shorthand in Racket (e.g. #lang racket)

Install

cargo install schemat

Usage

schemat < in.scm > out.scm

For more information, see schemat --help.

License

The Unlicense