No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Yoann Padioleau 84bdf40906
Merge pull request #142 from amaanq/enum-bitfield
hace 3 años
.github/workflows ci: add test and lint actions hace 3 años
bindings chore: tidy bindings, manifests, & docs hace 3 años
examples Add some example files to parse on CI hace 9 años
queries added assignment operator to highlights (#62) hace 5 años
src chore: generate hace 3 años
test chore: add some tests hace 3 años
.appveyor.yml Fix AppVeyor CI builds hace 3 años
.eslintrc.js feat: add and apply eslint formatting hace 3 años
.gitattributes chore: tidy bindings, manifests, & docs hace 3 años
.gitignore added spm support hace 4 años
.npmignore chore: tidy bindings, manifests, & docs hace 3 años
.travis.yml Use node 10 on travis hace 7 años
Cargo.toml chore: tidy bindings, manifests, & docs hace 3 años
LICENSE Initial commit hace 12 años
Package.swift chore: tidy bindings, manifests, & docs hace 3 años
README.md chore: tidy bindings, manifests, & docs hace 3 años
binding.gyp Bump tree-sitter-cli to 0.19 hace 5 años
grammar.js feat: add underlying types in enums, allow bitfield clauses in repeated field declarators hace 3 años
package.json chore: tidy bindings, manifests, & docs hace 3 años

README.md

tree-sitter-c

Build Status Build status

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