Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 825 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 825 Bytes

Compilers Principles, Techniques, & Tools'(aka The Dragon Book) Code in Python 🐍

Something I hope you know before go into the repo

  • First, please watch 👀 or star 🌟 this repo as it's still under constant updation.
  • Project aims to provide good reference code for all the examples and exercises in the book.
  • Each file in the repo can be run directly with a python interpreter.
  • Bug report, questions and discussion are welcome, you can post an issue or pull a request.
  • As the original book's code is in Java I have tried my best to write it in idiomatic python, if you have found any bugs, please tell me, thanks.