exp.zip contains all files. ---------- Run flex, bison, and compile by writing the following on the command line: make -f Makefile or simply make To run, write the following on the command line: ./exp Now you can type an expression ended by $ and -D. Example (leaving out the -D): 3*4-1/x$ You can also write your input on a FILE and run as ./exp < FILE