JavaScript port of SQLite's parser, 2x-200x faster than others
Patched Lemon to dump parse tables to JSON for a 200x speedup.
Pure Go tree-sitter runtime
90x faster incremental parsing in pure Go—tree-sitter without C toolchain friction.
Go developers, editor/IDE builders, language tool authors
tree-sitter (C/Rust original) · Zed parser · rust-analyzer
A suite of tools that help with semantic code entities: https://github.com/odvcencio/gts-suite
A next-gen version control system called Got: https://github.com/odvcencio/got
I think this has some pretty big potential! I think there's many classes of application (particularly legacy architecture) that can benefit from these kinds of analysis tooling. My next post will be about composing all these together, an exciting project I call GotHub. Thanks!
Patched Lemon to dump parse tables to JSON for a 200x speedup.
Pure Python interpreter with C FFI, but performance caps at Python speeds.
AST-native sed that handles nested brackets better than regex ever could.
Tree-sitter + Rhai scripts replace opinionated formatters, but beta stability and language coverage remain questions.
Hand-coded parser beats established libraries on speed but remains alpha quality.
Another custom markup syntax competing with Markdown, Org-mode, and S-expression variants.