Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 279 Bytes

File metadata and controls

11 lines (9 loc) · 279 Bytes

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