Rust’s CI is moving to GitHub Actions

Want to follow along with Rust development? Curious how you might get involved? Take a look! Read more

Similar

Make a Language in Rust: Errors

So far, our parser has only concerned itself with input that is correct. In a world of IDEs and language servers, however, the input to our parser will be wrong more often than not. Therefore, it is important that our parser can: (more…)

Read more »