Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
Max Brunsfeld 4c2ba61d52 Merge pull request #4 from tree-sitter/regen-parser 9 anni fa
grammar_test Remove error recovery tests 10 anni fa
src Regenerate with most recent tree-sitter 9 anni fa
.gitattributes Don't count src folder towards GitHub language stats 10 anni fa
.gitignore Add grammar.json file 10 anni fa
.npmignore Initial commit 12 anni fa
.travis.yml Use clang on travis 10 anni fa
LICENSE Initial commit 12 anni fa
README.md Fix URLs in README 10 anni fa
binding.gyp Upgrade to latest tree-sitter-compiler 10 anni fa
grammar.js Add associativity to pointer declarators 9 anni fa
index.js Update grammar to use new tree-sitter API 10 anni fa
package.json 0.1.4 9 anni fa

README.md

tree-sitter-c

Build Status

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