You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Go implementation of an interpreter for the Monkey programming language, featuring a REPL, file execution, and support for variables, functions, closures, and data structures. Based on Thorsten Ball's "Writing an Interpreter in Go.