how to run:

make run

if above doesn't work, try

cc -std=c99 -Wall parsing.c mpc.c -o parsing
./parsing

examples:

czylisp> + 1 1 (* 4 5 1) 4
26