This is a compiler for mol, a toy language that might actually compile one day.
The frontend is in Rust, and the goal is to use Inkwell's LLVM wrappers. I used the Rust implementation of the LLVM Kaleidoscope tutorial that is in Inkwell's repository as a model to get started from.