home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / pascal / 6563 < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.3 KB  |  44 lines

  1. Newsgroups: comp.lang.pascal
  2. Path: sparky!uunet!ukma!darwin.sura.net!Sirius.dfn.de!solaris.rz.tu-clausthal.de!news!kastor.itp.uni-hannover.de!korte
  3. From: korte@kastor.itp.uni-hannover.de (Gerd Kortemeyer)
  4. Subject: Re: Converting ':=x+y' to :=x+y ( Infix/Postfix )
  5. Message-ID: <1992Nov13.161843.9291@newsserver.rrzn.uni-hannover.de>
  6. Summary: Compiler for formulas
  7. Keywords: Compiler, Formulas, 387
  8. Sender: news@newsserver.rrzn.uni-hannover.de (News Service)
  9. Organization: Institut fuer Theoretische Physik, Uni Hannover
  10. Date: Fri, 13 Nov 1992 16:18:43 GMT
  11. Lines: 31
  12.  
  13. Hi.
  14.  
  15. There was a lot of talk about string-formulas to be computed by
  16. Turbo-Pascal.
  17.  
  18. Well, if you got a 387 maybe I can help you because I developed a
  19. compiler which has got a STRING with a formula as input (depending on two
  20. variables) and pure 387-code as output, which comes in an ARRAY OF BYTE
  21. you can execute from your program.
  22.  
  23. It is optimizing in that way it finds out constant parts of the formula
  24. and replaces them by the constant itself.
  25.  
  26. The compiler is packed into a unit.
  27.  
  28. Requirements: A real 387 (or 486DX) and at least TP6.0.
  29.  
  30. The compiler will be part of a book I am writing about the 387 so
  31. copyright is also by the publisher - which means I can't put it onto
  32. some anonymous-FTP. 
  33.  
  34. If you are interested just send me a mail.
  35.  
  36. Gerd Kortemeyer
  37. korte@kastor.itp.uni-hannover.de
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.