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.
 
 
 
Max Brunsfeld b7fb8b9691 0.13.7 hace 7 años
corpus Allow any sort of statement at the top level, not just calls hace 7 años
examples Add some example files to parse on CI hace 9 años
src Allow any sort of statement at the top level, not just calls 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 clang on travis hace 10 años
LICENSE Initial commit hace 12 años
README.md Fix URLs in README hace 10 años
binding.gyp ⬆️ tree-sitter-cli hace 9 años
grammar.js Allow any sort of statement at the top level, not just calls hace 7 años
index.js Tweak identifier naming convention hace 9 años
package.json 0.13.7 hace 7 años

README.md

tree-sitter-c

Build Status

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