mirror of https://github.com/Wilfred/difftastic/
|
|
||
|---|---|---|
| corpus | ||
| examples | ||
| script | ||
| src | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .npmignore | ||
| .travis.yml | ||
| LICENSE | ||
| README.md | ||
| appveyor.yml | ||
| binding.gyp | ||
| grammar.js | ||
| index.js | ||
| package.json | ||
README.md
tree-sitter-rust
Rust grammar for tree-sitter
References
-
The Rust Grammar Reference. It provides chapters that formally define the language grammar.
-
The Rust Reference. While Rust does not have a specification, the reference tries to describe its working in detail. It tends to be out of date.
-
Syntax Index. This appendix from The Book contains examples of all syntax in Rust cross-referenced with the section of The Book that describes it.