| Title: | 'R' Bindings to the 'C' Grammar for Tree-Sitter |
| Version: | 0.0.1 |
| Description: | Provides bindings to a 'C' grammar for Tree-sitter, to be used alongside the 'treesitter' package. Tree-sitter builds concrete syntax trees for source files and can efficiently update them as files are edited. |
| License: | GPL-3 |
| Depends: | R (≥ 4.3.0) |
| Imports: | treesitter |
| Suggests: | testthat (≥ 3.0.0) |
| Encoding: | UTF-8 |
| RoxygenNote: | 7.3.3 |
| URL: | https://sounkou-bioinfo.github.io/treesitter.c/, https://github.com/sounkou-bioinfo/treesitter.c |
| BugReports: | https://github.com/sounkou-bioinfo/treesitter.c/issues |
| NeedsCompilation: | yes |
| Packaged: | 2025-12-04 16:21:17 UTC; sounkoutoure |
| Author: | Sounkou Mahamane Toure [aut, cre], Tree-sitter authors [cph] (Tree-sitter C grammar) |
| Maintainer: | Sounkou Mahamane Toure <sounkoutoure@gmail.com> |
| Repository: | CRAN |
| Date/Publication: | 2025-12-10 21:10:02 UTC |
treesitter.c: 'R' Bindings to the 'C' Grammar for Tree-Sitter
Description
Provides bindings to a 'C' grammar for Tree-sitter, to be used alongside the 'treesitter' package. Tree-sitter builds concrete syntax trees for source files and can efficiently update them as files are edited.
Author(s)
Maintainer: Sounkou Mahamane Toure sounkoutoure@gmail.com
Other contributors:
Tree-sitter authors (Tree-sitter C grammar) [copyright holder]
See Also
Useful links:
Report bugs at https://github.com/sounkou-bioinfo/treesitter.c/issues
tree-sitter language for C
Description
language() returns a tree_sitter_language object for C for use with the
treesitter package.
Usage
language()
Value
A tree_sitter_language object.
Examples
language()