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

18 lines
581 B
Markdown

tree-sitter-r
===========================
[![Build Status](https://github.com/jimhester/tree-sitter-r/workflows/build/badge.svg)](https://github.com/jimhester/tree-sitter-r/actions?query=workflow%3Abuild)
R grammar for [tree-sitter][].
[tree-sitter]: https://github.com/tree-sitter/tree-sitter
# Rust bindings
This grammar is available as a [Rust crate on crates.io](https://crates.io/crates/tree-sitter-r).
# References
* [The R Draft Spec](https://cran.r-project.org/doc/manuals/r-release/R-lang.pdf)
* [gram.y](https://github.com/wch/r-source/blob/trunk/src/main/gram.y)