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.
 
 
 
jdrouhard 9bee34500c
Support attribute statements under case statements (#83)
hace 4 años
bindings Bump tree-sitter-cli to 0.19 hace 5 años
examples Add some example files to parse on CI hace 9 años
queries added assignment operator to highlights (#62) hace 5 años
src Support attribute statements under case statements (#83) hace 4 años
test Support attribute statements under case statements (#83) hace 4 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 Add Rust package (#58) hace 5 años
.npmignore Bump tree-sitter-cli to 0.19 hace 5 años
.travis.yml Use node 10 on travis hace 7 años
Cargo.toml 0.20.0 hace 4 años
LICENSE Initial commit hace 12 años
README.md Add appveyor badge to README hace 7 años
binding.gyp Bump tree-sitter-cli to 0.19 hace 5 años
grammar.js Support attribute statements under case statements (#83) hace 4 años
package.json 0.20.0 hace 4 años

README.md

tree-sitter-c

Build Status Build status

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