mirror of https://github.com/Wilfred/difftastic/
18 lines
581 B
Markdown
18 lines
581 B
Markdown
tree-sitter-r
|
|
===========================
|
|
|
|
[](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)
|