Functions for handling, and evaluating Infix and Postfix expression.
Used best with EASy68k.
CVINFX.X68 - Function to Convert Infix Notated Expression to Postfix Notated Expression
EVPSF.X68 - Function to Evaluate Postfix Notated Expression
DEMO.X68 - Demo program using the above functions. To run the above files must be in the same directory as this file.