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

https://github.com/valarpirai/monkey_lang

Monkey language interpreter in Go
https://github.com/valarpirai/monkey_lang

go interpreter monkey-language programming-language

Last synced: 4 months ago
JSON representation

Monkey language interpreter in Go

Awesome Lists containing this project

README

          

# Monkey language Interpreter in go

## Start REPL

`go run main.go`

## Run Tests

`go test ./lexer`
`go test ./parser`