A customized MinCaml compiler that includes a number of backends.
- OCaml >= 4.10.2
$ opam install -y dune ppx_deriving ppx_inline_test
$ dune build
To emit a bytecode for TLA lang:
$ dune exec tlac -- test/[file].ml
This work is based on the MinCaml compiler.