clang main.c -g -o lisp --std=c99 || exit 1 echo "" echo "--- Output Start ---" ./lisp test.lsp echo "--- Output End ---"