Provides bindings to 'Tree-sitter', an incremental parsing system for programming tools. 'Tree-sitter' builds concrete syntax trees for source files of any language, and can efficiently update those syntax trees as the source file is edited. It also includes a robust error recovery system that provides useful parse results even in the presence of syntax errors.
Version: | 0.1.0 |
Depends: | R (≥ 4.3.0) |
Imports: | cli (≥ 3.6.2), R6 (≥ 2.5.1), rlang (≥ 1.1.3), vctrs (≥ 0.6.5) |
Suggests: | testthat (≥ 3.0.0), treesitter.r |
Published: | 2024-06-24 |
DOI: | 10.32614/CRAN.package.treesitter |
Author: | Davis Vaughan [aut, cre], Posit Software, PBC [cph, fnd], Tree-sitter authors [cph] (Tree-sitter C library) |
Maintainer: | Davis Vaughan <davis at posit.co> |
BugReports: | https://github.com/DavisVaughan/r-tree-sitter/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/DavisVaughan/r-tree-sitter |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | treesitter results |
Reference manual: | treesitter.pdf |
Package source: | treesitter_0.1.0.tar.gz |
Windows binaries: | r-devel: treesitter_0.1.0.zip, r-release: treesitter_0.1.0.zip, r-oldrel: treesitter_0.1.0.zip |
macOS binaries: | r-release (arm64): treesitter_0.1.0.tgz, r-oldrel (arm64): treesitter_0.1.0.tgz, r-release (x86_64): treesitter_0.1.0.tgz, r-oldrel (x86_64): treesitter_0.1.0.tgz |
Reverse suggests: | box.linters, treesitter.r |
Please use the canonical form https://CRAN.R-project.org/package=treesitter to link to this page.