tree-sitter-language-pack - FFI (C/C++) Bindings

April 27, 2026 ยท View on GitHub

Pre-compiled tree-sitter grammars for 305 programming languages

Installation

Link against libtree-sitter-language-pack_ffi and include ts_pack.h.

See the build instructions in the main repository.

Quick Start

#include "ts_pack.h"

int main(void) {
    // See https://github.com/kreuzberg-dev/tree-sitter-language-pack for usage examples.
    return 0;
}

Documentation

For full documentation, see the tree-sitter-language-pack repository.

License

See the LICENSE file in the root repository.