My implementation of the Monkey programming language from Writing an Interpreter in Go.
Launch a REPL with
go run main.go- [x] Extend lexer to support Unicode (and emojis)
- [ ] Implement bytecode VM
| Name | Name | Last commit date | ||
|---|---|---|---|---|
My implementation of the Monkey programming language from Writing an Interpreter in Go.
Launch a REPL with
go run main.go