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 ab1065fa23 0.20.3 2 years ago
.github/workflows ci: rework publish action to publish to both npm and crates.io, with logic to fail if the version bump is incorrect 2 years ago
bindings 0.20.3 2 years ago
examples Add example files to parse on CI 9 years ago
queries Merge pull request #189 from BekaValentine/master 2 years ago
src feat: use `static_assert` if it's available 2 years ago
test chore: add C's test corpus for better regression detection 2 years ago
.appveyor.yml Fix AppVeyor CI builds 3 years ago
.eslintrc.js feat: add eslint formatting 2 years ago
.gitattributes Add example files to parse on CI 9 years ago
.gitignore added spm support (#160) 4 years ago
.npmignore Bump tree-sitter-cli to 0.19 5 years ago
.travis.yml Use node 10 on travis 7 years ago
Cargo.toml 0.20.3 2 years ago
LICENSE Initial commit 10 years ago
Package.swift chore: update manifests 2 years ago
README.md Add appveyor badge to readme 8 years ago
binding.gyp chore: update manifests 2 years ago
grammar.js fix: rework some rules to reduce state count 2 years ago
package.json 0.20.3 2 years ago

README.md

tree-sitter-cpp

Build Status Build status

C++ grammar for tree-sitter.

References