Vendored tree-sitter-c
  • JavaScript 94%
  • Tree-sitter Query 4.4%
  • C 1.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Reynard User 75bb5d92b9
Some checks failed
CI / Test parser (push) Has been cancelled
CI / Test parser-1 (push) Has been cancelled
CI / Test parser-2 (push) Has been cancelled
Fix tree-sitter-language path to use ../../
2026-04-14 02:15:26 +02:00
.github ci: bump tree-sitter/parser-test-action from 2 to 3 2025-09-14 23:46:00 -04:00
bindings Fix unsafe extern block for Rust 2024 2026-04-13 21:15:25 +02:00
examples Add some example files to parse on CI 2017-06-20 09:43:27 -07:00
queries ci: update workflows 2024-03-10 19:23:11 -04:00
src release v0.24.1 2025-05-24 13:29:12 -04:00
test fix: allow the output operand value to be an expression 2024-09-22 21:00:14 -04:00
.editorconfig build: update bindings 2024-11-10 12:46:18 -05:00
.gitattributes feat!: regenerate parser and bindings with ABI 15 2025-05-24 11:53:15 -04:00
.gitignore feat!: regenerate parser and bindings with ABI 15 2025-05-24 11:53:15 -04:00
binding.gyp build: update bindings 2024-09-02 20:08:35 -04:00
Cargo.lock release v0.24.1 2025-05-24 13:29:12 -04:00
Cargo.toml Fix tree-sitter-language path to use ../../ 2026-04-14 02:15:26 +02:00
CMakeLists.txt release v0.24.1 2025-05-24 13:29:12 -04:00
eslint.config.mjs feat: migrate to eslint-config-treesitter 2024-09-22 21:00:14 -04:00
go.mod release v0.24.1 2025-05-24 13:29:12 -04:00
go.sum fix: go mod 2024-10-28 10:40:33 -04:00
grammar.js export helper functions for reuse in cpp grammar 2025-02-08 10:46:39 -06:00
LICENSE Initial commit 2014-09-05 23:53:51 -07:00
Makefile release v0.24.1 2025-05-24 13:29:12 -04:00
package-lock.json release v0.24.1 2025-05-24 13:29:12 -04:00
package.json release v0.24.1 2025-05-24 13:29:12 -04:00
Package.resolved build: update for 0.24 2024-10-14 17:39:04 -04:00
Package.swift feat!: regenerate parser and bindings with ABI 15 2025-05-24 11:53:15 -04:00
pyproject.toml release v0.24.1 2025-05-24 13:29:12 -04:00
README.md docs: add pypi badge 2024-03-12 20:32:37 -04:00
setup.py feat!: regenerate parser and bindings with ABI 15 2025-05-24 11:53:15 -04:00
tree-sitter.json release v0.24.1 2025-05-24 13:29:12 -04:00

tree-sitter-c

CI discord matrix crates npm pypi

C grammar for tree-sitter. Adapted from this C99 grammar.