Azure-Vani / Featherweight-Java

Implement Featherweight Java in Ocaml
0 stars 0 forks source link

Installation

The interpreter depends on Core and menhir, you can get them by

opam install core
opam install menhir

Then you can build it at the project directory by

corebuild -use-menhir main.native

Usage

The usage for this interpreter is

./main.native [-f filename] [-t] [-d]