home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!rpi!think.com!ames!agate!doc.ic.ac.uk!uknet!yorkohm!minster!forsyth
- From: forsyth@minster.york.ac.uk
- Newsgroups: comp.arch
- Subject: source-to-source translation
- Message-ID: <722450527.28040@minster.york.ac.uk>
- Date: 22 Nov 92 16:42:07 GMT
- Organization: Department of Computer Science, University of York, England
- Lines: 15
-
- Herman Rubin asks for a macro processor that can convert
- c = a**b
- into
- c = doubmult(a,b)
-
- i think ML/1 could handle a macro with this syntax:
- %T The ML 1 Macro Processor
- %A P. J. Brown
- %J Communications of the ACM
- %V 10
- %N 10
- %D October 1967
- %P 618-
- i'm not sure where you can find an implementation of it now.
- there was a version on pdp11 unix.
-