Skip to content

OhadRau/cs4240-middle-end

Repository files navigation

Dependencies:

You'll need OCaml installed as well as the dune, ocamlgraph and menhir packages. The easiest way to install these is through the opam package manager.

Building/Running:

$ dune build src/optimize.exe
$ _build/default/src/optimize.exe -i <input_file> -o <output_file>
# Or $ dune exec src/optimize-exe -- -i <input_file> -o <output_file>

About

Project 1 for Compilers & Interpreters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published