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

https://github.com/isaacvando/monkey-hs

Haskell implementation of an interpreter
https://github.com/isaacvando/monkey-hs

Last synced: 2 months ago
JSON representation

Haskell implementation of an interpreter

Awesome Lists containing this project

README

        

# monkey-hs
Haskell implementation of an interpreter following [Writing an Interpreter in Go](https://interpreterbook.com/).

My hope is to accomplish this without relying heavily on external libraries and advanced (and thereby difficult to understand) language features.