8000 GitHub - tzcl/monkey: An interpreter for the Monkey programming language
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tzcl/monkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey

My implementation of the Monkey programming language from Writing an Interpreter in Go.

Launch a REPL with

go run main.go

Todo

  • [x] Extend lexer to support Unicode (and emojis)
  • [ ] Implement bytecode VM

About

An interpreter for the Monkey programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0