Вы не можете выбрать более 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.