a structural diff that understands syntax 🟥🟩
 
 
 
 
 
Go to file
Amaan Qureshi 349f3bb3f4 chore: generate & update test 2023-07-21 05:34:34 +07:00
.github/workflows ci: add steps to publish to npm as well 2023-07-18 17:08:57 +07:00
bindings chore: tidy bindings, manifests, & docs 2023-05-21 19:49:09 +07:00
examples Add some example files to parse on CI 2017-06-20 09:43:27 +07:00
queries added assignment operator to highlights (#62) 2021-03-28 09:12:10 +07:00
src chore: generate & update test 2023-07-21 05:34:34 +07:00
test chore: generate & update test 2023-07-21 05:34:34 +07:00
.appveyor.yml Fix AppVeyor CI builds 2023-05-31 11:10:21 +07:00
.eslintrc.js feat: add and apply eslint formatting 2023-05-21 19:49:09 +07:00
.gitattributes chore: tidy bindings, manifests, & docs 2023-05-21 19:49:09 +07:00
.gitignore added spm support 2022-05-30 02:55:53 +07:00
.npmignore chore: tidy bindings, manifests, & docs 2023-05-21 19:49:09 +07:00
.travis.yml Use node 10 on travis 2019-05-08 14:45:33 +07:00
Cargo.toml 0.20.3 2023-07-18 17:05:39 +07:00
LICENSE Initial commit 2014-09-05 23:53:51 +07:00
Package.swift chore: tidy bindings, manifests, & docs 2023-05-21 19:49:09 +07:00
README.md chore: tidy bindings, manifests, & docs 2023-05-21 19:49:09 +07:00
binding.gyp Bump tree-sitter-cli to 0.19 2021-03-03 17:00:36 +07:00
grammar.js fix: rework typedef specifiers again 2023-07-21 05:34:34 +07:00
package.json 0.20.3 2023-07-18 17:05:39 +07:00

README.md

tree-sitter-c

Build Status Build status

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