Rust Sitter: create efficient parsers in Rust

Use Tree Sitter to parse your own languages in Rust – GitHub – hydro-project/rust-sitter: Use Tree Sitter to parse your own languages in Rust… Read more

Similar

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 »