Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 306 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 306 Bytes

Monkey Programming Language

Learning Go language by writing another programming language with it! Following the book: Writing an interpreter in Go by Thorsten Ball

Progress Tracker

  • Lexer
  • REPL
  • Parser
  • Evaluation
  • Extending the interpreter