oonta 0.2.0

OCaml to LLVM IR compiler front-end
Documentation
1
2
3
4
5
6
#include "gc.hpp"
#include <stdlib.h>

static Gc gc{};

extern "C" void *gcmalloc(size_t size) { return gc.allocate(size); }