Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 429 Bytes

monkey-rs

A rust implementation of an interpreter and compiler for the toy programming language Monkey.

Implementation based on the books interpreter book and compiler book.

Todos

  • lexer
  • parser
  • tree-walk interpreter
  • vm (bytecode interpreter)
  • codegen
  • repl
  • documentation
  • examples
  • jit