wok-6.x view tree-sitter/description.txt @ rev 25559

updated xfce4-ristretto 0.6.3 -> 0.8.5
author Hans-G?nter Theisgen
date Tue Apr 25 15:16:20 2023 +0100 (17 months ago)
parents
children
line source
1 Tree-sitter is a parser generator tool and
2 an incremental parsing library.
3 It can build a concrete syntax tree for a
4 source file and efficiently update the
5 syntax tree as the source file is edited.
7 Tree-sitter aims to be:
8 * General enough to parse any programming language
9 * Fast enough to parse on every keystroke in a text editor
10 * Robust enough to provide useful results even in the
11 presence of syntax errors
12 * Dependency-free so that the runtime library
13 (which is written in pure C) can be embedded in
14 any application