Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
Amaan Qureshi a60f1ddef4
Merge pull request #133 from benjaminBrownlee/preproc-define-fix
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 fix: allow preproc define without value to preceed a line with whitespace at start 3 роки тому
test fix: allow preproc define without value to preceed a line with whitespace at start 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 fix: allow preproc define without value to preceed a line with whitespace at start 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.