# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "treesitter" in publications use:' type: software license: MIT title: 'treesitter: Bindings to ''Tree-Sitter''' version: 0.1.0 abstract: 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. authors: - family-names: Vaughan given-names: Davis email: davis@posit.co repository: https://CRAN.R-project.org/package=treesitter repository-code: https://github.com/DavisVaughan/r-tree-sitter url: https://github.com/DavisVaughan/r-tree-sitter date-released: '2024-06-24' contact: - family-names: Vaughan given-names: Davis email: davis@posit.co