Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,718 contributions in the last year
Activity overview
Contribution activity
October 2020
- nathansobo/tree-sitter Rust
- nathansobo/rust-embed Rust
- nathansobo/cproxy Go
Created a pull request in tree-sitter/tree-sitter that received 4 comments
Expect text_callback to return a byte iterator rather than a byte slice
I'm using Tree-sitter in a situation where I can't return byte slices from the text_callback passed to QueryCursor::matches and QueryCursor::captures…