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 4c2ba61d52 Merge pull request #4 from tree-sitter/regen-parser hace 9 años
grammar_test Remove error recovery tests hace 10 años
src Regenerate with most recent tree-sitter hace 9 años
.gitattributes Don't count src folder towards GitHub language stats hace 10 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 Upgrade to latest tree-sitter-compiler hace 10 años
grammar.js Add associativity to pointer declarators hace 9 años
index.js Update grammar to use new tree-sitter API hace 10 años
package.json 0.1.4 hace 9 años

README.md

tree-sitter-c

Build Status

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