Make a Language in Rust: Comments

The first thing we need to do is teach the lexer to recognise comments. We’ll begin with a test: Read more

Similar

Translating Quake 3 into Rust: Immunant, Inc

The Rust-loving team at Immunant has been hard at work on C2Rust, a migration framework that takes the drudgery out of migrating to Rust. Our goal is to make safety improvements to the translated Rust automatically where we can, and help the programmer do... (more…)

Read more »

24 days of Rust – nom, part 1

It's entirely possible that you're walking a happy road of a programmer who never had to write a parser by hand. That's not my case unfortunately. I remember incomprehensible indexing of hideous arrays of characters, a maddening cascade of unmaintainable ...

Read more »