oonta 0.3.1

OCaml (subset) to LLVM IR compiler front-end
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> ExitCode {
    oonta::driver::run()
}