Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
calixteman c8061429cc Fix error with ++L (consequence of support for L strings) (#26) 7 лет назад
corpus Fix error with ++L (consequence of support for L strings) (#26) 7 лет назад
examples Add some example files to parse on CI 9 лет назад
src Fix error with ++L (consequence of support for L strings) (#26) 7 лет назад
.appveyor.yml Add appveyor config 7 лет назад
.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 node 10 on travis 7 лет назад
LICENSE Initial commit 12 лет назад
README.md Add appveyor badge to README 7 лет назад
binding.gyp ⬆️ tree-sitter-cli 9 лет назад
grammar.js Fix error with ++L (consequence of support for L strings) (#26) 7 лет назад
index.js Update tree-sitter-cli to 0.15.3 7 лет назад
package.json 0.15.1 7 лет назад

README.md

tree-sitter-c

Build Status Build status

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