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 fcb4537288 Fix regex for unknown preprocessor directives hace 8 años
corpus Fix regex for unknown preprocessor directives hace 8 años
examples Add some example files to parse on CI hace 9 años
src Parse typedef names as type_identifiers hace 8 años
.gitattributes Add some example files to parse on CI hace 9 años
.gitignore Add grammar.json file hace 10 años
.npmignore Initial commit hace 12 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 Fix regex for unknown preprocessor directives hace 8 años
index.js Tweak identifier naming convention hace 9 años
package.json 0.4.5 hace 8 años

README.md

tree-sitter-c

Build Status

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