I wrote this set of macros a number of years ago, and used it in a number of programs. I recently looked at the package again, tested it, and found a number of shortcomings. There were cases where the input was legitimate, according to my design, and the output was wrong.
I dived into an intensive redesign, and by last week the system appeared to be working perfectly: it correctly produced code for every test case that I have been able to think of. So the unit test phase is complete, and it is ready for Alpha Test. If anyone on the list has an interest in evaluating (and testing) this package, please let me know? The main claim to fame that this package has is that is is able to override the normal precedence of AND conjuctions and have OR conjunctions be evaluated at a higher priority, by adding an extra pair of parentheses around two or more logic expressions conjoined by OR: IF (CLC,A,Z,NE),AND,((CLC,B,Z,NE),OR,(CLC,C,Z,NE)) Thank you. Dan Snyder
