RustConf 2017 - Menhir and Friends: the State of the Art of Parsing in Rust by Naomi Testard
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=3hviD9fuuSc
Menhir and Friends: the State of the Art of Parsing in Rust by Naomi Testard
In this talk we present Menhir, a very powerful LR parsers generator, and how to use it to write Rust parsers (and lexers). We also show some details of the internals of Menhirβs backend for Rust, as well as a short comparative survey of other similar parsing tools and techniques for Rust out here.