Bazel repository for tree-sitter-c
.
This Bazel repository allows users to compile and use the tree-sitter-c
[C Parser]
from their Bazel projects.
Important
--experimental_cc_implementation_deps
MUST be enabled, see implementation_deps
.
See INSTALL.md.
The following targets are exposed by this repository:
@tree-sitter-c-bazel//:tree-sitter-c
: the tree-sitter C parser.