Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
Amaan Qureshi 929e52f2d4
feat: add attribute_specifier to the end of struct, union, enum, and field_declaration
3 лет назад
.github/workflows ci: add test and lint actions 3 лет назад
bindings chore: tidy bindings, manifests, & docs 3 лет назад
examples Add some example files to parse on CI 9 лет назад
queries added assignment operator to highlights (#62) 5 лет назад
src chore: generate 3 лет назад
test chore: add tests 3 лет назад
.appveyor.yml Fix AppVeyor CI builds 3 лет назад
.eslintrc.js feat: add and apply eslint formatting 3 лет назад
.gitattributes chore: tidy bindings, manifests, & docs 3 лет назад
.gitignore added spm support 4 лет назад
.npmignore chore: tidy bindings, manifests, & docs 3 лет назад
.travis.yml Use node 10 on travis 7 лет назад
Cargo.toml chore: tidy bindings, manifests, & docs 3 лет назад
LICENSE Initial commit 12 лет назад
Package.swift chore: tidy bindings, manifests, & docs 3 лет назад
README.md chore: tidy bindings, manifests, & docs 3 лет назад
binding.gyp Bump tree-sitter-cli to 0.19 5 лет назад
grammar.js feat: add attribute_specifier to the end of struct, union, enum, and field_declaration 3 лет назад
package.json chore: tidy bindings, manifests, & docs 3 лет назад

README.md

tree-sitter-c

Build Status Build status

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