Some years ago I ran into the code some guy wrote where he created a complete high level language using macros. I'm trying to remember it, but if anyone else remembers I'd like to take a look at it again.
Possibly it is somewhere on CBT, but I didn't remember enough to find it. Lindy Kirkkonummi, Finland -----Original Message----- From: IBM Mainframe Assembler List [mailto:[email protected]] On Behalf Of john gilmore Sent: Tuesday, March 08, 2011 11:59 PM To: [email protected] Subject: Re: Macros There is nothing 'obscure' about the macro language. It is a statement-level procedural language embedded in an assembler, and its syntax is very like that of other SLPLs. It is every bit as easy to learn and use as C or Java.
