Open ghost opened 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.
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).
You mention the following:
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).