Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Max Brunsfeld 7175a6dd5f 0.20.2 il y a 3 ans
bindings added spm support il y a 4 ans
examples Add some example files to parse on CI il y a 9 ans
queries added assignment operator to highlights (#62) il y a 5 ans
src fix: allow multiple expressions inside for_statement condition il y a 3 ans
test Add test for comma expression in iteration expression il y a 3 ans
.appveyor.yml Add appveyor config il y a 7 ans
.gitattributes Add some example files to parse on CI il y a 9 ans
.gitignore added spm support il y a 4 ans
.npmignore Bump tree-sitter-cli to 0.19 il y a 5 ans
.travis.yml Use node 10 on travis il y a 7 ans
Cargo.toml 0.20.2 il y a 3 ans
LICENSE Initial commit il y a 11 ans
Package.swift added spm support il y a 4 ans
README.md Add appveyor badge to README il y a 7 ans
binding.gyp Bump tree-sitter-cli to 0.19 il y a 5 ans
grammar.js fix: allow multiple expressions inside for_statement condition il y a 3 ans
package.json 0.20.2 il y a 3 ans

README.md

tree-sitter-c

Build Status Build status

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