/Interpreter-OCaml

Make an Interpreter using OCaml

Primary LanguageOCaml

F1VAE Interpreter

Build Interpreter using OCaml (Functional Language)

Prerequisites

  • Opam >= 2.0 : Ocaml package manager
  • OCaml >= 4.12.0 : Ocaml interpreter & compiler
  • Dune >= 2.0 : Ocaml build system

Features of the Interpreter : F1VAE

  • F1: Support first-order functions
  • V: Support Variables
  • AE: Support Arithmetic Expressions (and Calculations)

image

image image

How to Run

$ dune runtest