Welcome to my journey of exploring Crafting Interpreters! This repository is a record of my progress as I delve into the fascinating world of creating scripting languages. Follow along as I tackle high-level concepts such as parsing and semantics, and delve into the nitty-gritty details of bytecode representation and garbage collection. This repository will contain code snippets, notes, and reflections on the book, as well as any personal projects I may undertake. Join me on this exciting adventure of learning and discovery!
-
Notifications
You must be signed in to change notification settings - Fork 0
wael-fadlallah/crafting-interpreters
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This repository follows my progress through the immersive and engaging experience of learning to create a scripting language with the book "Crafting Interpreters".