Lox is the language described in Robert Nystrom's Crafting Interpreters book. This repo contains a Zig implementation of Lox bytecode compiler, i.e. the second part of the book.
Note
Check out https://github.com/wiseodd/rustlox for my implementation of Lox interpreter (as opposed to the compiler here), written in Rust.