Skip to content

WeiTheShinobi/monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi! This is Monkey programming language REPL>>
$ let add = fn(a, b) { a b }
$ add(3, 5)
8
$ let m = {5 : "hello"}
$ m[5]
hello

About

monkey is a programming language written in Golang. Reference: https://compilerbook.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages