/simple_interpreters

simple interpreters

Primary LanguageRust

Simple Interpreters

A simple repository with simple interpreters :)

  • simple_arithmetic was prompted by dabeaz's article on coroutines in Python that made me want to play around with that stuff
  • lisr is a simple LISP interpreter written in Rust, which main goal was to make me to dabble in some Rust programming (read more)