This repository contains my implementation of the exercises and examples from the "Crafting Interpreters" book by Robert Nystrom.
The "Crafting Interpreters" book is a comprehensive guide to implementing interpreters from scratch. This repository is dedicated to documenting my journey through the book, with the goal of understanding and building interpreters.
This project is licensed under the MPL (Mozilla Public License).
To follow along with the implementation:
- Clone the repository.
- Navigate to the corresponding chapter or section.
- Execute the code examples provided.
Happy coding!
Feel free to fork this repository, submit issues, or create pull requests to contribute to the project.