No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
calixteman c8061429cc Fix error with ++L (consequence of support for L strings) (#26) hace 7 años
corpus Fix error with ++L (consequence of support for L strings) (#26) hace 7 años
examples Add some example files to parse on CI hace 9 años
src Fix error with ++L (consequence of support for L strings) (#26) hace 7 años
.appveyor.yml Add appveyor config hace 7 años
.gitattributes Add some example files to parse on CI hace 9 años
.gitignore ⬆️ tree-sitter-cli hace 8 años
.npmignore Don't include tests, examples in tarballs hace 8 años
.travis.yml Use node 10 on travis hace 7 años
LICENSE Initial commit hace 12 años
README.md Add appveyor badge to README hace 7 años
binding.gyp ⬆️ tree-sitter-cli hace 9 años
grammar.js Fix error with ++L (consequence of support for L strings) (#26) hace 7 años
index.js Update tree-sitter-cli to 0.15.3 hace 7 años
package.json 0.15.1 hace 7 años

README.md

tree-sitter-c

Build Status Build status

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