Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
Amaan Qureshi 618018069b
Merge pull request #72 from tjdevries/tjdevries/add_compound_statement_to_call_expression
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: Add compound statement to call expression 3 роки тому
test chore: add a test 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: Add compound statement to call expression 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.