Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 191 Bytes

File metadata and controls

8 lines (6 loc) · 191 Bytes

monkey

Monkey Programming Language interpreter from https://interpreterbook.com

Run the REPL with parser tracing enabled by setting TRACE, for example:

TRACE=1 go run main.go