difftastic/vendored_parsers/tree-sitter-racket/README.md

668 B

tree-sitter-racket

Test

Racket grammar for tree-sitter.

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

Status

It should recognize most grammar with the default readtable.

Build and Try

You need

  • nodejs
  • a C compiler
  • a C++11 compiler

then run

npm install
npx tree-sitter parse [filename]

Usage

See nodes.md for all visible nodes.

Reference

Racket