This repo contains my solutions to the challenges and projects in the book Crafting interpreters.
Right now, it contains only an implementation of a generic doubly-linked linked list in Rust, as that was the only implementation challenge in the book that I've read thus far.