Skip to content

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

Notifications You must be signed in to change notification settings

h3lio5/monkeylang-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages