Tiny C compiler - a small, fast C compiler written in C
Tiny C compiler
tcc
$ tcc -run program.c
$ tcc -o output program.c
$ tcc -g -o output program.c