Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
Yoann Padioleau f35789006c
Merge pull request #125 from Luni-4/publish
3 лет назад
.github/workflows Add an action to publish the grammar automatically 3 лет назад
bindings added spm support 4 лет назад
examples Add some example files to parse on CI 9 лет назад
queries added assignment operator to highlights (#62) 5 лет назад
src fix: allow multiple expressions inside for_statement condition 4 лет назад
test Add test for comma expression in iteration expression 4 лет назад
.appveyor.yml Add appveyor config 7 лет назад
.gitattributes Add some example files to parse on CI 9 лет назад
.gitignore added spm support 4 лет назад
.npmignore Bump tree-sitter-cli to 0.19 5 лет назад
.travis.yml Use node 10 on travis 7 лет назад
Cargo.toml 0.20.2 4 лет назад
LICENSE Initial commit 12 лет назад
Package.swift added spm support 4 лет назад
README.md Add appveyor badge to README 7 лет назад
binding.gyp Bump tree-sitter-cli to 0.19 5 лет назад
grammar.js fix: allow multiple expressions inside for_statement condition 4 лет назад
package.json 0.20.2 4 лет назад

README.md

tree-sitter-c

Build Status Build status

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