CFLAGS=-std=c99 -Wall -Werror all: parse test: parse printf "9-5+2" | ./parse printf "9-5+2+" | ./parse clean: -rm -f parse