Skip to content
On this page

Parsing

Tree-sitter, Rust Sitter & Logos are neat. participle is great Go lib I use for parsing. nom, combine & LALRPOP are great for parsing in Rust.

Intro to Parsing with Parsec in Haskell is nice read.

basic-toml has nice parsing code in Rust. Lezer is interesting TS parser library.