home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / arch / 11025 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  738 b 

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