rust-lang/gll

Investigate existing alternatives

Open

#5 aperta il 21 ago 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (23 fork)auto 404
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

Guida contributor