Skip to content

meln1k/monkey-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey Language Interpreter

An interpreter from the Writing An Interpreter In Go book written in Rust.

New features compared to the original implementation:

  • Full utf-8 support
  • Strong typing (no implicit type conversions)
  • Supports floating-point numbers

About

An interpreter from https://interpreterbook.com/ written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages