25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
Amaan Qureshi 618018069b
Merge pull request #72 from tjdevries/tjdevries/add_compound_statement_to_call_expression
3 yıl önce
.github/workflows ci: add test and lint actions 3 yıl önce
bindings chore: tidy bindings, manifests, & docs 3 yıl önce
examples Add some example files to parse on CI 9 yıl önce
queries added assignment operator to highlights (#62) 5 yıl önce
src fix: Add compound statement to call expression 3 yıl önce
test chore: add a test 3 yıl önce
.appveyor.yml Fix AppVeyor CI builds 3 yıl önce
.eslintrc.js feat: add and apply eslint formatting 3 yıl önce
.gitattributes chore: tidy bindings, manifests, & docs 3 yıl önce
.gitignore added spm support 4 yıl önce
.npmignore chore: tidy bindings, manifests, & docs 3 yıl önce
.travis.yml Use node 10 on travis 7 yıl önce
Cargo.toml chore: tidy bindings, manifests, & docs 3 yıl önce
LICENSE Initial commit 12 yıl önce
Package.swift chore: tidy bindings, manifests, & docs 3 yıl önce
README.md chore: tidy bindings, manifests, & docs 3 yıl önce
binding.gyp Bump tree-sitter-cli to 0.19 5 yıl önce
grammar.js fix: Add compound statement to call expression 3 yıl önce
package.json chore: tidy bindings, manifests, & docs 3 yıl önce

README.md

tree-sitter-c

Build Status Build status

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