Categorygithub.com/acrucetta/monkey-go
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

CircleCI

Monkey programming language from Writing an interpreter in Go and Writing a compiler in Go books.

REPL

  1. Run go build -o monkey-go && ./monkey-go in your terminal

Other languages