Skip to content
/ monkey Public

My implementation of the monkey programming language interpreter.

Notifications You must be signed in to change notification settings

B1nus/monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monkey

My implementation of the monkey programming language. I'm following the book Writing an interpreter in Go.

Usage

clone this repository $ git clone https://github.com/B1nus/monkey and start the REPL using go $ go run main.go. You can run files by adding the file path $ go run main.go samples/map.

About

My implementation of the monkey programming language interpreter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages