If you want compile a standalone diesel executable interpreter, you can do it writing at linux prompt: # cc -DTESTPROG -g diesel.c -o diesel Then you can interpret a diesel script and see output calling... # diesel