Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
Amaan Qureshi fcd123005b
Merge pull request #155 from amaanq/fix-attribute
3 роки тому
.github/workflows ci: add steps to publish to npm as well 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 feat: add `attribute_specifier` to struct 3 роки тому
test feat: add `attribute_specifier` to struct 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 0.20.3 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 struct 3 роки тому
package.json 0.20.3 3 роки тому

README.md

tree-sitter-c

Build Status Build status

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