Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages