CS 2734
Computer Organization II
make to be sure that you have downloaded
the programs correctly.
symboltable.c to implement all stubs in the file.
checksymbols.c so that it will prompt the user
for a symbol table operation (insert, get the value of, output symbol
table etc.). The program will read in the operation and the symbol
if appropriate and perform the operation. This process
should be repeated in a loop
until the user indicates end-of-file. Design the allowable operations
to thoroughly test the symbol table.