An open API service indexing awesome lists of open source software.

https://github.com/jollyboss123/interpreter-go

interpreter written in go based on Thorsten Ball's book
https://github.com/jollyboss123/interpreter-go

interpreter lexer parser

Last synced: 10 months ago
JSON representation

interpreter written in go based on Thorsten Ball's book

Awesome Lists containing this project

README

          

# interpreter

Interpreter written in go based on the book [Writing An Interpreter in Go](https://interpreterbook.com)
by Thorsten Ball.