Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 616 Bytes

File metadata and controls

3 lines (2 loc) · 616 Bytes

Writing Compilers and Interpreters

This project is following along with the book Writing Compilers and Interpreters I hope you find this as useful and as fun as I do! This project is written in C++ and some C, so far I have had no problems with legacy C++ as this book was written in the early 2000’s. I plan on porting this over to C# as soon as I am finished and have digested the big picture of creating a working compiler or interpreter.