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

https://github.com/3cham/monkey

Writing an interpreter in Go
https://github.com/3cham/monkey

ast golang interpreter lexer pratt-parser

Last synced: 3 months ago
JSON representation

Writing an interpreter in Go

Awesome Lists containing this project

README

          

[![unittest](https://github.com/3cham/monkey/actions/workflows/ci.yaml/badge.svg)](https://github.com/3cham/monkey/actions/workflows/ci.yaml)

# Writing an interpreter in Go

My attempt to implement this book: https://interpreterbook.com/

Progress: ![](https://geps.dev/progress/63)