Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 391 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 391 Bytes

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)