You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Monkey interpreter written in Rust by following "Writing An Interpreter In Go" by Thorsten Ball. Why use Rust instead of Go? Well, because I saw a comment on Youtube saying that it's a good exercise.