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 7930ba3917 Only allow identifiers after the '.' in a field expression 9 yıl önce
grammar_test Remove error recovery tests 10 yıl önce
src Only allow identifiers after the '.' in a field expression 9 yıl önce
.gitattributes Don't count src folder towards GitHub language stats 10 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 Upgrade to latest tree-sitter-compiler 10 yıl önce
grammar.js Only allow identifiers after the '.' in a field expression 9 yıl önce
index.js Update grammar to use new tree-sitter API 10 yıl önce
package.json Only allow identifiers after the '.' in a field expression 9 yıl önce

README.md

tree-sitter-c

Build Status

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