Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
Max Brunsfeld db4a1ea503 Regenerate with latest tree-sitter-cli 8 роки тому
corpus Use parenthesized_expression in if, while, do statements 8 роки тому
examples Add some example files to parse on CI 9 роки тому
src Regenerate with latest tree-sitter-cli 8 роки тому
.gitattributes Add some example files to parse on CI 9 роки тому
.gitignore ⬆️ tree-sitter-cli 8 роки тому
.npmignore Don't include tests, examples in tarballs 8 роки тому
.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 Don't allow whitespace inside of string literals 8 роки тому
index.js Tweak identifier naming convention 9 роки тому
package.json Regenerate with latest tree-sitter-cli 8 роки тому

README.md

tree-sitter-c

Build Status

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