The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
treesitter.r exposes the R tree-sitter grammar for use with the
language agnostic treesitter
package. To use it, provide treesitter.r::language()
as an
argument to treesitter::parser()
.
Install treesitter.r from CRAN with:
install.packages("treesitter.r")
You can install the development version of treesitter.r from GitHub with:
# install.packages("pak")
::pak("r-lib/tree-sitter-r/bindings/r") pak
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.