Learning Rust: Let’s Build a Parser

This is a demonstration of building a parser in Rust using the
nom crate. I recently built a parser for
the cddl-cat crate using nom,
and I found it a surprisingly not-terrible experience, much better than my past
experiences with other parser-generators … Read more

Similar

What’s Stopping Me from Using Rust?

Let me start out by saying that I’ve been using C++ for over a decade and I consider myself an advanced C++ user—that clearly biases my perspective. If there is something stupid that C++ lets me do, I’ve probably tried it at some point (and yes, that incl... (more…)

Read more »