A series of blog posts that walk you through making a programming language, Eldiro, using Rust.
- this repo: source code for the website. If you’re interested, take a peek in the
gh-pages
branch and deploy workflow for details! - https://lunacookies.github.io/lang: live version of the site.
- lunacookies/eldiro: an implementation of Eldiro so far to help you follow along. Each part is tagged.