help wanted
Metriche repository
- Star
- (140 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
- https://github.com/tree-sitter/tree-sitter (GLR)
- @matklad pointed it out as a possible parser generator for Rust's
libsyntax - has incremental reparsing but no dynamic ambiguity introspection (AFAICT?)
- we should look closer at its incremental capabilities
- C API, with bindings in many other languages
- we could also provide a C API and/or just generate source for other languages
- @matklad pointed it out as a possible parser generator for Rust's