Skip to content

zed-industries/tree-sitter-racket

 
 

Repository files navigation

tree-sitter-racket

Test

Racket grammar for tree-sitter.

This grammar only implements the Racket language with the default readtable.

Status

It should be complete and compatible with Racket 8.9.

There are no plans to add support for new language currently.

News

Starting from June 24, 2023, (commit) or release 0.3.0, the external scanner was written in C.

Build and Try

You need

  • nodejs
  • a C compiler

then run

npm install
npx tree-sitter parse [filename]

Usage

See nodes.md for all visible nodes.

Reference

Racket

About

Racket grammar for tree-sitter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.2%
  • Scheme 7.3%
  • JavaScript 1.7%
  • Racket 1.2%
  • Rust 0.4%
  • C++ 0.1%
  • Other 0.1%