Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 409 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 409 Bytes

monkey-go

Learning how to write an Interpreter called Monkey using Go!

If you're interested in learning about interpreters and compilers head off here -> Writing An Interpreter In Go by Thorsten Ball

Big shout-out to Thorsten Ball for writing the books!!!

Load the monkey-go interpreter by running go run main.go at the terminal.

Lexer