devgen-tree-sitter-r 0.21.0

R grammar for the tree-sitter parsing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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