uCaml -- translates OCaml into C language.
This program translates OCaml into C language. It is based on MinCaml. The name of this program is uCaml that is called microCaml.
ucaml [-v] [--gc] [-o FILE] FILE
-
-o FILE write the output to the FILE. By default, ucaml writes the result to standard output.
-
--gc generates C program that uses Boehm GC as gabage collection. By default, uses reference counter instead.
-
-v verbose mode, which means, shows log message for debugging.
$ make
OCaml 3.12 or later is required.