A simple interpreter for a toy bytecode instruction set. The parser and interpreter were developed entirely in Haskell. The goal was to showcase Haskell's strengths in LOP (Language Oriented Programming) in regards to its high level of support for quickly prototyping compilers and interpreters.