Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
Max Brunsfeld af1545d0a6 0.1.3 9 роки тому
grammar_test Remove error recovery tests 10 роки тому
src Regenerate files with latest tree-sitter 9 роки тому
.gitattributes Don't count src folder towards GitHub language stats 10 роки тому
.gitignore Add grammar.json file 10 роки тому
.npmignore Initial commit 12 роки тому
.travis.yml Use clang on travis 10 роки тому
LICENSE Initial commit 12 роки тому
README.md Fix URLs in README 10 роки тому
binding.gyp Upgrade to latest tree-sitter-compiler 10 роки тому
grammar.js Only allow identifiers after the '.' in a field expression 9 роки тому
index.js Update grammar to use new tree-sitter API 10 роки тому
package.json 0.1.3 9 роки тому

README.md

tree-sitter-c

Build Status

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