Truth Table
This project builds a binary truth table and provides a command-line interface
for the user to input logical expressions. A single T or F value symbol is returned
for each valid expression entered.
"operator_description.dat" is a configuration file that is read by the program.
It tells the program about the syntax of a valid expression, and how to parse the input stream.
The project also uses "debugnew" (see Dijkstra folder).
This was the second of four projects in
CS 315 - Data Structures, Sonoma State University, Fall 2003
Taught by Dr. Richard Gordon