Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 313 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 313 Bytes

monkey

This is a practice of implementing an interpreter using golang, following 'WRITING AN INTERPRETER IN GO'. https://interpreterbook.com/

usage

  1. go get -u github.com/0daryo/monkey
  2. make XX.od file in root dir
  3. run monkey exec XX