https://github.com/r-lib/tree-sitter-r
https://github.com/r-lib/tree-sitter-r
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r-lib/tree-sitter-r
- Owner: r-lib
- License: mit
- Created: 2020-10-29T20:06:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T20:04:59.000Z (5 months ago)
- Last Synced: 2025-04-14T06:06:14.370Z (5 days ago)
- Language: R
- Size: 25.7 MB
- Stars: 118
- Watchers: 5
- Forks: 34
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - r-lib/tree-sitter-r - (R)
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)