Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Josh Vera 5d91c404e4 Merge pull request #2 from tree-sitter/latest-tree-sitter před 9 roky
grammar_test Remove error recovery tests před 10 roky
src Track the latest tree-sitter API před 9 roky
.gitattributes Don't count src folder towards GitHub language stats před 10 roky
.gitignore Add grammar.json file před 10 roky
.npmignore Initial commit před 12 roky
.travis.yml Use clang on travis před 10 roky
LICENSE Initial commit před 12 roky
README.md Fix URLs in README před 10 roky
binding.gyp Upgrade to latest tree-sitter-compiler před 10 roky
grammar.js Only allow identifiers after the '.' in a field expression před 10 roky
index.js Update grammar to use new tree-sitter API před 10 roky
package.json 0.1.2 před 10 roky

README.md

tree-sitter-c

Build Status

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