oonta 0.1.0

OCaml to LLVM IR compiler front-end
Documentation
1
2
3
4
5
pub static RED: &str = "\x1B[31m";
pub static GREEN: &str = "\x1B[32m";
pub static BLUE: &str = "\x1B[34m";
pub static YELLOW: &str = "\x1B[33m";
pub static END: &str = "\x1B[0m";