This is a practice of implementing an interpreter using golang, following 'WRITING AN INTERPRETER IN GO'. https://interpreterbook.com/
go get -u github.com/0daryo/monkey
- make XX.od file in root dir
- run
monkey exec XX
This is a practice of implementing an interpreter using golang, following 'WRITING AN INTERPRETER IN GO'. https://interpreterbook.com/
go get -u github.com/0daryo/monkey
monkey exec XX