nocc icon indicating copy to clipboard operation
nocc copied to clipboard

A LLVM based self-hosting C compiler

nocc

A LLVM based self-hosting C compiler.

Environment

OS: macOS Mojave 10.14.4, Windows 10 (Msys2 Mingw64)

Compiler: clang 7.0.0, clang++ 7.0.0

LLVM: 7.0.0

Usage

$ ./nocc <filename>

Hot to build

$ make

Reference

nocc is inspired from @rui314's 8cc and 9cc.

Rui Ueyama, "低レイヤを知りたい人のための C コンパイラ作成入門": https://www.sigbus.info/compilerbook/