Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 223 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 223 Bytes

Interpreters

Learning how interpreters work by working through Crafting Interpreters.

The book has two parts:

  • Java-based AST-walking interpreter
  • C-based bytecode virtual machine