A LLVM based self-hosting C compiler.
OS: macOS Mojave 10.14.4, Windows 10 (Msys2 Mingw64)
Compiler: clang 7.0.0, clang++ 7.0.0
LLVM: 7.0.0
$ ./nocc <filename>
$ make
nocc is inspired from @rui314's 8cc and 9cc.
Rui Ueyama, "低レイヤを知りたい人のための C コンパイラ作成入門": https://www.sigbus.info/compilerbook/