Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
Max Brunsfeld fcb4537288 Fix regex for unknown preprocessor directives 8 роки тому
corpus Fix regex for unknown preprocessor directives 8 роки тому
examples Add some example files to parse on CI 9 роки тому
src Parse typedef names as type_identifiers 8 роки тому
.gitattributes Add some example files to parse on CI 9 роки тому
.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 ⬆️ tree-sitter-cli 9 роки тому
grammar.js Fix regex for unknown preprocessor directives 8 роки тому
index.js Tweak identifier naming convention 9 роки тому
package.json 0.4.5 8 роки тому

README.md

tree-sitter-c

Build Status

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