Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
Yoann Padioleau 84bdf40906
Merge pull request #142 from amaanq/enum-bitfield
3 anos atrás
.github/workflows ci: add test and lint actions 3 anos atrás
bindings chore: tidy bindings, manifests, & docs 3 anos atrás
examples Add some example files to parse on CI 9 anos atrás
queries added assignment operator to highlights (#62) 5 anos atrás
src chore: generate 3 anos atrás
test chore: add some tests 3 anos atrás
.appveyor.yml Fix AppVeyor CI builds 3 anos atrás
.eslintrc.js feat: add and apply eslint formatting 3 anos atrás
.gitattributes chore: tidy bindings, manifests, & docs 3 anos atrás
.gitignore added spm support 4 anos atrás
.npmignore chore: tidy bindings, manifests, & docs 3 anos atrás
.travis.yml Use node 10 on travis 7 anos atrás
Cargo.toml chore: tidy bindings, manifests, & docs 3 anos atrás
LICENSE Initial commit 12 anos atrás
Package.swift chore: tidy bindings, manifests, & docs 3 anos atrás
README.md chore: tidy bindings, manifests, & docs 3 anos atrás
binding.gyp Bump tree-sitter-cli to 0.19 5 anos atrás
grammar.js feat: add underlying types in enums, allow bitfield clauses in repeated field declarators 3 anos atrás
package.json chore: tidy bindings, manifests, & docs 3 anos atrás

README.md

tree-sitter-c

Build Status Build status

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