aalhour / awesome-compilers

:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
http://aalhour.com/awesome-compilers
Other
8.95k stars 648 forks source link

Writing an Interpreter/Compiler in Go #64

Open ghost opened 5 years ago

ghost commented 5 years ago

You mention the following:

Write a Compiler in Go - Well-known introduction to the Go programming language and its ecosystem through building a Compiler project.

Write an Interpreter in Go - Successor of the "Write a Compiler in Go" book, but this one builds an interpreter project instead.

However, it's the other way round: Thorsten Ball first wrote "Write an Interpreter in Go" (https://interpreterbook.com) and then "Write a Compiler in Go" (https://compilerbook.com).