You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Max Brunsfeld 1be62128eb 0.1.2 пре 9 година
grammar_test Remove error recovery tests пре 10 година
src Only allow identifiers after the '.' in a field expression пре 9 година
.gitattributes Don't count src folder towards GitHub language stats пре 10 година
.gitignore Add grammar.json file пре 10 година
.npmignore Initial commit пре 12 година
.travis.yml Use clang on travis пре 10 година
LICENSE Initial commit пре 12 година
README.md Fix URLs in README пре 10 година
binding.gyp Upgrade to latest tree-sitter-compiler пре 10 година
grammar.js Only allow identifiers after the '.' in a field expression пре 9 година
index.js Update grammar to use new tree-sitter API пре 10 година
package.json 0.1.2 пре 9 година

README.md

tree-sitter-c

Build Status

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