oonta 0.3.0

OCaml (subset) to LLVM IR compiler front-end
Documentation
1
2
3
let g x y f = if x > y then f x else f y
let h = g 1 2
let i = h print_int