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.
 
 
 
Yoann Padioleau f35789006c
Merge pull request #125 from Luni-4/publish
3 yıl önce
.github/workflows Add an action to publish the grammar automatically 3 yıl önce
bindings added spm support 4 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: allow multiple expressions inside for_statement condition 4 yıl önce
test Add test for comma expression in iteration expression 4 yıl önce
.appveyor.yml Add appveyor config 7 yıl önce
.gitattributes Add some example files to parse on CI 9 yıl önce
.gitignore added spm support 4 yıl önce
.npmignore Bump tree-sitter-cli to 0.19 5 yıl önce
.travis.yml Use node 10 on travis 7 yıl önce
Cargo.toml 0.20.2 4 yıl önce
LICENSE Initial commit 12 yıl önce
Package.swift added spm support 4 yıl önce
README.md Add appveyor badge to README 7 yıl önce
binding.gyp Bump tree-sitter-cli to 0.19 5 yıl önce
grammar.js fix: allow multiple expressions inside for_statement condition 4 yıl önce
package.json 0.20.2 4 yıl önce

README.md

tree-sitter-c

Build Status Build status

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