Skip to content

Files

Latest commit

Aug 5, 2023
61abaa1 · Aug 5, 2023

History

History
29 lines (20 loc) · 725 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 725 Bytes

Interpreter and Compiler Learning

Writing an Interpreter In Go

Book by Thorsten Ball. Amazon link https://www.amazon.co.uk/Writing-Interpreter-Go-Thorsten-Ball/dp/3982016118

Languages Implemented

  • GoLang

Languages to try and implement in

  • Dart - Started
  • Zig - TBC

Crafting Interpreters

Book by Robert Nystrom. Amazon Link https://www.amazon.co.uk/Crafting-Interpreters-Robert-Nystrom/dp/0990582930/ref=sr_1_1?keywords=crafting+interpreters&qid=1691267555&sprefix=crafting+inter%2Caps%2C94&sr=8-1

Part 1

Languages Implemented

  • Kotlin - In Progress

Languages to try and implement in

  • ???

Part 2

Languages Implemented

  • Zig - TBC

Languages to try and implement in

  • ???