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.
 
 
 
Amaan Qureshi 618018069b
Merge pull request #72 from tjdevries/tjdevries/add_compound_statement_to_call_expression
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 fix: Add compound statement to call expression 3 anos atrás
test chore: add a test 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 fix: Add compound statement to call expression 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.