Simple but powerful Pratt parsing in Rust

Welcome to my article about Pratt parsing — the monad tutorial of syntactic analysis.The number of Pratt parsing articles is so large that … Read more

Similar

Revisiting Rust’s modules

As part of the Ergonomics Initiative, I and several others on the Rust language team have been taking a hard look at Rust’s module system. There are two related perspectives for improvement here: learnability and productivity. Modules are not a place th... (more…)

Read more »