mirror of https://github.com/Wilfred/difftastic/
|
|
||
|---|---|---|
| .. | ||
| .github/workflows | ||
| bindings | ||
| corpus | ||
| queries | ||
| src | ||
| .clang-format | ||
| .clang-tidy | ||
| .editorconfig | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| binding.gyp | ||
| grammar.js | ||
| nodes.md | ||
| package.json | ||
| shell.nix | ||
README.md
tree-sitter-racket
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