This is a compiler for a minimal subset of OCaml.
This compiler is originated from https://github.com/esumii/min-caml.
This compiler generates assemblies of a code for ray tracing written in the minimal subset of OCaml in the following procedure:
$ cd min-caml/
$ make
The generated assemblies are min-caml/minrt/minrt_128.s
(for 128 min-caml/minrt/minrt_256.s
(for 256