# This is a fork only for publishing current version on npm for convenience. See https://github.com/r-lib/tree-sitter-r/issues/41 for the official package publishing.

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)
