pqppq / writing-an-interpreter-in-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WRITING AN INTERPRETER IN GO

cover

interpreterbook.com

In this book we will create a programming language together. We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey programming language. Step by step. From tokens to output. All code shown and included. Fully tested.

About


Languages

Language:Go 100.0%Language:Makefile 0.0%