Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
Amaan Qureshi 618018069b
Merge pull request #72 from tjdevries/tjdevries/add_compound_statement_to_call_expression
před 3 roky
.github/workflows ci: add test and lint actions před 3 roky
bindings chore: tidy bindings, manifests, & docs před 3 roky
examples Add some example files to parse on CI před 9 roky
queries added assignment operator to highlights (#62) před 5 roky
src fix: Add compound statement to call expression před 3 roky
test chore: add a test před 3 roky
.appveyor.yml Fix AppVeyor CI builds před 3 roky
.eslintrc.js feat: add and apply eslint formatting před 3 roky
.gitattributes chore: tidy bindings, manifests, & docs před 3 roky
.gitignore added spm support před 4 roky
.npmignore chore: tidy bindings, manifests, & docs před 3 roky
.travis.yml Use node 10 on travis před 7 roky
Cargo.toml chore: tidy bindings, manifests, & docs před 3 roky
LICENSE Initial commit před 12 roky
Package.swift chore: tidy bindings, manifests, & docs před 3 roky
README.md chore: tidy bindings, manifests, & docs před 3 roky
binding.gyp Bump tree-sitter-cli to 0.19 před 5 roky
grammar.js fix: Add compound statement to call expression před 3 roky
package.json chore: tidy bindings, manifests, & docs před 3 roky

README.md

tree-sitter-c

Build Status Build status

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