Rlox is a programming language based on the book Crafting Interpreters part 1. The project consists of the code interpreter which is written in Rust, as well as an online playground which accepts the code input, runs the code, and outputs the code results.