summaryrefslogtreecommitdiffstats
path: root/libraries/tree-sitter/README
diff options
context:
space:
mode:
author Julian Grinblat <julian@dotcore.co.il>2020-12-26 15:34:38 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-12-26 15:34:38 +0700
commite245029676be606eb57b262b3f217e0117f0cf96 (patch)
treec640db706c4ac20d3f25768bb47f2e9f55887caa /libraries/tree-sitter/README
parent9f645bf8bebd46a6f050e52a20bb0e62a05138c6 (diff)
downloadslackbuilds-e245029676be606eb57b262b3f217e0117f0cf96.tar.gz
slackbuilds-e245029676be606eb57b262b3f217e0117f0cf96.tar.xz
libraries/tree-sitter: Added (parser generator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tree-sitter/README')
-rw-r--r--libraries/tree-sitter/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/tree-sitter/README b/libraries/tree-sitter/README
new file mode 100644
index 0000000000..55e7321e7f
--- /dev/null
+++ b/libraries/tree-sitter/README
@@ -0,0 +1,4 @@
+Tree-sitter is a parser generator tool and an incremental
+parsing library. It can build a concrete syntax tree for a
+source file and efficiently update the syntax tree as the
+source file is edited.