home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / CALCPLUS.ZIP / README < prev    next >
Encoding:
Text File  |  1996-04-02  |  621 b   |  18 lines

  1.  
  2. This archive is the CalcPlus Class Library source code.
  3. Library contains interpreter of simple procedure language
  4. which can be accessed from C++. YACC required. For details
  5. refer to file calcplus.txt.
  6.  
  7. 1) Installation.            DOS:    pkunzip calcplus.zip
  8.                             UNIX:   unzip -a -L calcplus.zip
  9.  
  10. 2) Building interpreter.    DOS:    have a look at the file calc.mak
  11.                             UNIX:   make -f gcalc.mak
  12.  
  13. 3) Running examples.        calc example
  14.                             calc pi    [Number of iterations]
  15.                             calc prime [Upper limit]
  16.  
  17.  
  18.