home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 13091 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  723 b 

  1. Path: sparky!uunet!haven.umd.edu!cs.wvu.wvnet.edu!cerc.wvu.wvnet.edu!babcock.cerc.wvu.wvnet.edu!vrm
  2. From: vrm@hawksnest.cerc.wvu.wvnet.edu (Vasile R. Montan)
  3. Newsgroups: comp.lang.c++
  4. Subject: I need an Expression Object
  5. Message-ID: <VRM.92Aug31103621@hawksnest.cerc.wvu.wvnet.edu>
  6. Date: 31 Aug 92 14:36:21 GMT
  7. Sender: news@cerc.wvu.wvnet.edu
  8. Organization: Concurrent Engineering Research Center
  9. Lines: 8
  10.  
  11. Is there a publicly available implementation of an Expression object?
  12. One that can parse an expression and can be evaluated based on values
  13. for its variables. I am not picky about the BNF but would prefer a
  14. standard infix expression syntax.  I also would like for it to handle
  15. logical expressions.
  16.  
  17. Thanks,
  18. -- Vasile
  19.