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.
 
 
 
Amaan Qureshi 929e52f2d4
feat: add attribute_specifier to the end of struct, union, enum, and field_declaration
преди 3 години
.github/workflows ci: add test and lint actions преди 3 години
bindings chore: tidy bindings, manifests, & docs преди 3 години
examples Add some example files to parse on CI преди 9 години
queries added assignment operator to highlights (#62) преди 5 години
src chore: generate преди 3 години
test chore: add tests преди 3 години
.appveyor.yml Fix AppVeyor CI builds преди 3 години
.eslintrc.js feat: add and apply eslint formatting преди 3 години
.gitattributes chore: tidy bindings, manifests, & docs преди 3 години
.gitignore added spm support преди 4 години
.npmignore chore: tidy bindings, manifests, & docs преди 3 години
.travis.yml Use node 10 on travis преди 7 години
Cargo.toml chore: tidy bindings, manifests, & docs преди 3 години
LICENSE Initial commit преди 12 години
Package.swift chore: tidy bindings, manifests, & docs преди 3 години
README.md chore: tidy bindings, manifests, & docs преди 3 години
binding.gyp Bump tree-sitter-cli to 0.19 преди 5 години
grammar.js feat: add attribute_specifier to the end of struct, union, enum, and field_declaration преди 3 години
package.json chore: tidy bindings, manifests, & docs преди 3 години

README.md

tree-sitter-c

Build Status Build status

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