Learn R Programming

treesitter.c (version 0.0.4.2)

treesitter.c-package: 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 or generate code like producing R C API wrappers from C functions, structs and global definitions from header files.

Arguments

Author

Maintainer: Sounkou Mahamane Toure sounkoutoure@gmail.com

Other contributors:

  • Tree-sitter authors (Tree-sitter C grammar) [copyright holder]

  • Eli Bendersky and Co-authors (pycparser fake_libc headers) [copyright holder]

See Also