You are here |
ketansingh.me | ||
| | | |
benhoyt.com
|
|
| | | | Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself. | |
| | | |
ochagavia.nl
|
|
| | | | Advent of code has come and passed, what should I do now with so much free time? Fear not! The JIT calculator challenge is here. 1. The challenge Back when Rust was in its infancy, the official website featured an example program to showcase the language's syntax. It was a toy calculator, implemented as an interpreter in 20 lines of code. Why talk about website archaeology, though? We are not here for nostalgia's sake, are we? | |
| | | |
danilafe.com
|
|
| | | | In this post, we enable our compiler to convert G-machine instructions to LLVM IR, which finally allows us to generate working executables. | |
| | | |
21-lessons.com
|
|
| | Learn how you can embed WebAssembly in your Rust program with wasmtime |