Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Amaan Qureshi fcd123005b
Merge pull request #155 from amaanq/fix-attribute
před 3 roky
.github/workflows ci: add steps to publish to npm as well před 3 roky
bindings chore: tidy bindings, manifests, & docs před 3 roky
examples Add some example files to parse on CI před 9 roky
queries added assignment operator to highlights (#62) před 5 roky
src feat: add `attribute_specifier` to struct před 3 roky
test feat: add `attribute_specifier` to struct před 3 roky
.appveyor.yml Fix AppVeyor CI builds před 3 roky
.eslintrc.js feat: add and apply eslint formatting před 3 roky
.gitattributes chore: tidy bindings, manifests, & docs před 3 roky
.gitignore added spm support před 4 roky
.npmignore chore: tidy bindings, manifests, & docs před 3 roky
.travis.yml Use node 10 on travis před 7 roky
Cargo.toml 0.20.3 před 3 roky
LICENSE Initial commit před 12 roky
Package.swift chore: tidy bindings, manifests, & docs před 3 roky
README.md chore: tidy bindings, manifests, & docs před 3 roky
binding.gyp Bump tree-sitter-cli to 0.19 před 5 roky
grammar.js feat: add `attribute_specifier` to struct před 3 roky
package.json 0.20.3 před 3 roky

README.md

tree-sitter-c

Build Status Build status

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