abiondo / while-interpreter

Interpreter for a While+ language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

While Interpreter

This is an interpreter for a While+ language that I wrote as an assignment for the Software Verification course at University of Padova. It works in denotational semantics and evaluates while statements with the Kleene-Knaster-Tarski fixpoint iteration.

OCaml dependencies

  • Menhir
  • Zarith
  • Re

About

Interpreter for a While+ language


Languages

Language:OCaml 97.9%Language:Makefile 2.1%