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.
 
 
 
Max Brunsfeld b8509fdf21 Function calls have higher precedence than unary operators 9 yıl önce
corpus Rename type_clause -> type_descriptor and pull out the parens 9 yıl önce
examples Add some example files to parse on CI 9 yıl önce
src Regenerate parser 9 yıl önce
.gitattributes Add some example files to parse on CI 9 yıl önce
.gitignore Add grammar.json file 10 yıl önce
.npmignore Initial commit 12 yıl önce
.travis.yml Use clang on travis 10 yıl önce
LICENSE Initial commit 12 yıl önce
README.md Fix URLs in README 10 yıl önce
binding.gyp ⬆️ tree-sitter-cli 9 yıl önce
grammar.js Function calls have higher precedence than unary operators 9 yıl önce
index.js ⬆️ tree-sitter-cli 9 yıl önce
package.json Distinguish variables, types, fields and labels using renames 9 yıl önce

README.md

tree-sitter-c

Build Status

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