Project information

  • Category: Progamming Project
  • Location: Harvard Universityy
  • Project date: 5 May, 2022

MiniML Language Interpreter: A Turing-complete subset of the OCaml Language

OCaml is multi-paradigm programming language from the broad family of ML languages. It is a strongly-typed language that offers fast compilation and versatily. This project consisted of building a small programming language based on OCaml, and essentially defining and constructing the lexical and semantic environment of MiniML as a programming language interpreter.