Implementing Co, a Small Interpreted Language With Coroutines #2: The Interpreter
- A thirty-two minute read
- 13 comments
- 3 🗣️ 14 ❤️ 7 🔁
In the previous post, we wrote the parser for Co, the small interpreted language we are building in this series of posts. The previous post was all about the syntax of Co. In this post we dive into the semantics of Co, and write an interpreter for its basic features.