repositorypackage
0.0.0-20230728143602-4466a6bdad6c
Repository: https://github.com/acrucetta/monkey-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
monkey-go
Monkey programming language from Writing an interpreter in Go and Writing a compiler in Go books.
REPL
- Run
go build -o monkey-go && ./monkey-go
in your terminal