This is a simple C compiler implemented using LLVM. It's a university project, so don't expect miracles :)
Building: 1. Make sure you have LLVM , clang and CMake installed. 2. Create a build dir in the root dir of the project 3. cd to build and run cmake ../ && make