Macro processors

Peter Jefferies <psj@cix.compulink.co.uk>
Wed, 4 Aug 1993 00:10:00 GMT

          From comp.compilers

Related articles
Macro processors gjditchf@plg.uwaterloo.ca (1992-10-21)
Macro processors psj@cix.compulink.co.uk (Peter Jefferies) (1993-08-04)
Re: Macro processors w.purvis@daresbury.ac.uk (1993-08-04)
Re: Macro processors tfj@apusapus.demon.co.uk (1993-08-04)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Peter Jefferies <psj@cix.compulink.co.uk>
Keywords: macros, question
Organization: Compilers Central
Date: Wed, 4 Aug 1993 00:10:00 GMT

I'm looking for the source of any fairly powerful macro processors.


I am aware of m4 and, of course, the c pre-processor. But these are
not sufficiently powerful.


ISTR there was something called ML (macro language), but the entries
for ML in the catalog (just published) seems to be for something
different.


Specifically the processor should be capable of:
Macro definition:
                Macro names containing any string (not just alphanum).
                Local string and numeric variables.
                Global/Common string and numeric variables.
                A good selection of operators/functions on variables.
                LOOP and CONDITIONAL constructs


Macro call:
                Calls to be in 'free-form', without bracketing of parameters.


Peter Jefferies psj@cix.compulink.co.uk
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.