Lib-Ruby-Parser: A Ruby Parser Written in Rust

Contents # Intro Implementation Future improvements C bindings Cpp bindings Node bindings WASM Final thoughts Intro # So, I’m ready to announce that I’ve finished working on a new Ruby parser. It’s called lib-ruby-parser. Key features: It’s fast…. | Ily… Read more

Similar

References in Rust

A fundamental building block to make the language's model of Ownership work. In this article we discuss a few things to be aware of when dealing with references in Rust. (more…)

Read more »

Three Different Cuts: Rust, Go, and Zig

In this post, we'll look at how Rust, Go, and Zig express the signature of function cut --- the power tool of string mainpulation. Cut takes a string and a pattern, and splits the string around the first occurrence of the pattern: cut(... (more…)

Read more »