Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 267 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 267 Bytes

JS interpreter of the monkey programming language

Based on http://interpreterbook.com/

Requirements

  • Node.js 18+

REPL Usage

git clone https://github.com/Dreams-Pursuit/monkey_js_interpreter/
cd ./monkey_js_interpreter
npm start