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 7930ba3917 Only allow identifiers after the '.' in a field expression преди 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 Only allow identifiers after the '.' in a field expression преди 9 години

README.md

tree-sitter-c

Build Status

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