Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
Max Brunsfeld af1545d0a6 0.1.3 9 anos atrás
grammar_test Remove error recovery tests 10 anos atrás
src Regenerate files with latest tree-sitter 9 anos atrás
.gitattributes Don't count src folder towards GitHub language stats 10 anos atrás
.gitignore Add grammar.json file 10 anos atrás
.npmignore Initial commit 12 anos atrás
.travis.yml Use clang on travis 10 anos atrás
LICENSE Initial commit 12 anos atrás
README.md Fix URLs in README 10 anos atrás
binding.gyp Upgrade to latest tree-sitter-compiler 10 anos atrás
grammar.js Only allow identifiers after the '.' in a field expression 9 anos atrás
index.js Update grammar to use new tree-sitter API 10 anos atrás
package.json 0.1.3 9 anos atrás

README.md

tree-sitter-c

Build Status

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