Books
A collection of technical books, freely available to read online.
From Interpreter To Compiler In Zig
This book walks through building an interpreter and a bytecode compiler for Monkey Language, a small programming language designed by Thorsten Ball in his books "Writing An Interpreter In Go" and "Writing A Compiler In Go." The original books use Go. This one uses Zig.