home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!ukma!darwin.sura.net!Sirius.dfn.de!solaris.rz.tu-clausthal.de!news!kastor.itp.uni-hannover.de!korte
- From: korte@kastor.itp.uni-hannover.de (Gerd Kortemeyer)
- Subject: Re: Converting ':=x+y' to :=x+y ( Infix/Postfix )
- Message-ID: <1992Nov13.161843.9291@newsserver.rrzn.uni-hannover.de>
- Summary: Compiler for formulas
- Keywords: Compiler, Formulas, 387
- Sender: news@newsserver.rrzn.uni-hannover.de (News Service)
- Organization: Institut fuer Theoretische Physik, Uni Hannover
- Date: Fri, 13 Nov 1992 16:18:43 GMT
- Lines: 31
-
- Hi.
-
- There was a lot of talk about string-formulas to be computed by
- Turbo-Pascal.
-
- Well, if you got a 387 maybe I can help you because I developed a
- compiler which has got a STRING with a formula as input (depending on two
- variables) and pure 387-code as output, which comes in an ARRAY OF BYTE
- you can execute from your program.
-
- It is optimizing in that way it finds out constant parts of the formula
- and replaces them by the constant itself.
-
- The compiler is packed into a unit.
-
- Requirements: A real 387 (or 486DX) and at least TP6.0.
-
- The compiler will be part of a book I am writing about the 387 so
- copyright is also by the publisher - which means I can't put it onto
- some anonymous-FTP.
-
- If you are interested just send me a mail.
-
- Gerd Kortemeyer
- korte@kastor.itp.uni-hannover.de
-
-
-
-
-
-
-