tcc

Tiny C compiler - a small, fast C compiler written in C

brewmacoslinux
Try with needOr install directly
Source

About

Tiny C compiler

Commands

tcc

Examples

Compile and run a C program directly$ tcc -run program.c
Compile a C file to an executable$ tcc -o output program.c
Compile with debugging symbols$ tcc -g -o output program.c