JSPM

  • Created
  • Published
  • Downloads 239992
  • Score
    100M100P100Q186056F
  • License MIT

Rust grammar for node-tree-sitter

Package Exports

  • tree-sitter-rust

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tree-sitter-rust) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

tree-sitter-rust

Build Status

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.