An open API service indexing awesome lists of open source software.

https://github.com/r-lib/tree-sitter-r


https://github.com/r-lib/tree-sitter-r

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# tree-sitter-r

An R grammar for [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)