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