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 d5f40b7b55 Re-generate parser with new tree-sitter 10 anos atrás
grammar_test Remove error recovery tests 10 anos atrás
include/tree_sitter Upgrade tree-sitter-compiler 10 anos atrás
src Re-generate parser with new tree-sitter 10 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 Add function-like macros as type specifiers 10 anos atrás
index.js Update grammar to use new tree-sitter API 10 anos atrás
package.json Upgrade nan 10 anos atrás

README.md

tree-sitter-c

Build Status

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