Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 298 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 298 Bytes

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.