|
|
|
|
|
by Jemaclus
1281 days ago
|
|
I would recommend Crafting Interpreters (https://craftinginterpreters.com) or Interpreter Book (https://interpreterbook.com/). Excellent ways to learn how to build an interpreter. You have a functioning interpreter by the end of it, and it's easy enough to extend it into new concepts! I'm using some of the lessons learned from that to build a custom interpreter for a small project I'm working on. It's really fun! |
|