Racket grammar for tree-sitter.
This grammar only implements the Racket language with the default readtable.
It should be complete and compatible with Racket 8.9.
There are no plans to add support for new language currently.
You need
- nodejs
- a C compiler
- a C++11 compiler
then run
npm install
npx tree-sitter parse [filename]
See nodes.md for all visible nodes.
Racket