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.
 
 
 
Yoann Padioleau f35789006c
Merge pull request #125 from Luni-4/publish
3 years ago
.github/workflows Add an action to publish the grammar automatically 3 years ago
bindings added spm support 4 years ago
examples Add some example files to parse on CI 9 years ago
queries added assignment operator to highlights (#62) 5 years ago
src fix: allow multiple expressions inside for_statement condition 4 years ago
test Add test for comma expression in iteration expression 4 years ago
.appveyor.yml Add appveyor config 7 years ago
.gitattributes Add some example files to parse on CI 9 years ago
.gitignore added spm support 4 years ago
.npmignore Bump tree-sitter-cli to 0.19 5 years ago
.travis.yml Use node 10 on travis 7 years ago
Cargo.toml 0.20.2 4 years ago
LICENSE Initial commit 12 years ago
Package.swift added spm support 4 years ago
README.md Add appveyor badge to README 7 years ago
binding.gyp Bump tree-sitter-cli to 0.19 5 years ago
grammar.js fix: allow multiple expressions inside for_statement condition 4 years ago
package.json 0.20.2 4 years ago

README.md

tree-sitter-c

Build Status Build status

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