Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 185 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 185 Bytes

lazy-lazy

ML interpreter with lazy evaluation

Requirements

  • ocamlbuild
  • menhir
  • benchmark

To install them with opam, run:

$ opam install ocamlbuild menhir benchmark