tree-sitter-bazel
v0.24.3
published 10 months ago
3 stars
0 forks
2 watchers
Apache License 2.0
public
1 assets
32,644 downloads
12 KB
Compatibility level 1
aVcgmW+LBuCT/aUUP1IqqJDkj9IrtXNIsNTZUm68nEHLdRdNqTbccWPa6XpkxMZX
Maintained byzadig
v0.24.3
October 12, 2024
[expand for release notes]

Bazel repository for tree-sitter.

This Bazel repository allows users to compile and use the tree-sitter C API from their Bazel projects.

Importing to some existing project

Important

--experimental_cc_implementation_deps MUST be enabled, see implementation_deps.

See INSTALL.md.

Targets

The following targets are exposed by this repository:

  • @tree-sitter-bazel//:tree-sitter: the tree-sitter C API.

Build configurations

The following build configuration are available:

  • @tree-sitter-bazel//build_config:wasm: enable wasm (not yet supported).
  • @tree-sitter-bazel//build_config:hide_symbols: hide symbols (default: false).