Skip to content
/ monkey Public

For studying "Writing An Interpreter In Go"

Notifications You must be signed in to change notification settings

ojiry/monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey

[TODO]

Installation

$ go get github.com/ojiry/monkey

Run

$ monkey
Hello ojiry! This is the Monkey programming language!
Feel free to type in commands
>> let add = fn(x, y) { x + y };
>> add(2, 8)
10

About

For studying "Writing An Interpreter In Go"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages