home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / base_xp / basexp.txt next >
Text File  |  1994-01-25  |  658b  |  14 lines

  1.   Title   : Text math expression evaluator
  2.   Keywords: EXPRESSION EVALUATION TEXT MATH LEXX
  3.  
  4.   This file (new zip) contains a basic module and sample program for a
  5.   basic five function algebraic expression evaluator.  The code is entirely
  6.   basic, there is not any charge for using this code.  The implementation is
  7.   re-usable  for  inclusion in any project that needs to evaluate expressions
  8.   with
  9.          +, -, *, /, ^ ()  operands The code is fairly mundane (less than 200
  10.   lines), and is an example of a classic compiler class programming problem.
  11.   
  12.   Enjoy:  Courtesy of Dan Rogers Big Dog Software 25 Shirley
  13.   Parkway Piscataway N.
  14.