Rust LALR(1) parser generator
In this small note we’ll talk about new plugin for the Syntax tool, which allows building parsers for Rust programming language. (more…)
Read more »In a previous post, I explained why rewriting existing software in Rust could be a good idea. The main point being that you should not rewrite the whole application, but replace the weaker parts wi… Read more