Re: Structured Programming Macro Package

2020-09-14 Thread Rob van der Heij
On Sun, 13 Sep 2020 at 13:18, FancyDancer wrote: > 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

Re: Structured Programming Macro Package

2020-09-14 Thread Rob Scott
ocket Software -Original Message- From: IBM Mainframe Assembler List On Behalf Of FancyDancer Sent: 13 September 2020 12:18 To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: Structured Programming Macro Package EXTERNAL EMAIL I wrote this set of macros a number of years ago, an

Re: Structured Programming Macro Package

2020-09-13 Thread FancyDancer
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