-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.19 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: treesitter
Title: Bindings to 'Tree-Sitter'
Version: 0.1.0.9000
Authors@R: c(
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd")),
person("Tree-sitter authors", role = "cph",
comment = "Tree-sitter C library")
)
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/DavisVaughan/r-tree-sitter
BugReports: https://github.com/DavisVaughan/r-tree-sitter/issues
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 (>= 1.1.0)
Config/build/compilation-database: true
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2