Index of /~tyson/gpl/src/p1
CSCI 515
Program 1
Steps to getting this to work
1) copy all these files to your machine
2) edit the Makefile so it is configured for your machine (Linus, cygwin, OSX)
3) type: $ make make
4) type: $ make
NOTE: you will get lots of errors for library files on step (3)
if step (3) failed to find makedepend, install makedepend
if step (4) failed, Check the software installation page:
~../../docs/software_installation.html
You can experiment with the parser in two ways:
1) put the expression in a filename, and run the parser
$ parser filename
2) run the parser and type in the expression
$ parser <return>
....
5 + 4 - 3<return>
^D
Note: in the UNIX/Linux world ^D (control-D) signals end of file (EOF).