Monkey
My implementation of the Monkey programming language from Writing an Interpreter in Go.
Launch a REPL with
go run main.go
Todo
- [ ] Extend lexer to support Unicode (and emojis)
My implementation of the Monkey programming language from Writing an Interpreter in Go.
Launch a REPL with
go run main.go