home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / programm / 3155 < prev    next >
Encoding:
Text File  |  1992-11-15  |  887 b   |  24 lines

  1. Newsgroups: comp.programming
  2. Path: sparky!uunet!mcsun!fuug!ksvltd!jarmo
  3. From: jarmo@ksvltd.fi (Jarmo Raiha)
  4. Subject: Re: Parsing mathematical functions.
  5. Organization: KSV Instruments ltd. Helsinki,Finland
  6. Date: Mon, 16 Nov 1992 05:21:43 GMT
  7. Message-ID: <1992Nov16.052143.1124@ksvltd.fi>
  8. References: <1e25e1INN8sr@matt.ksu.ksu.edu> <1992Nov15.174725.13958@organpipe.uug.arizona.edu>
  9. Lines: 13
  10.  
  11. dave@cs.arizona.edu (Dave Schaumann) writes:
  12.  
  13.  
  14. >IMHO, the first thing you should do is give up on standard expression format,
  15. >unless knowledge of parsing techniques (like recursive descent) is common
  16. >among your students.
  17.  
  18. On the other hand, if you say that the function should be written in some
  19. programming language syntax, the whole problem collapses to a trivial one.
  20. The obvious solution then is to copy that line into a program template,
  21. compile it, and finally execute it.
  22.  
  23. Jarmo Raiha
  24.