String parser and expression evaluator

johndc@cnj.digex.net (Me)
6 Mar 1996 21:19:28 -0500

          From comp.compilers

Related articles
String parser and expression evaluator johndc@cnj.digex.net (1996-03-06)
| List of all articles for this month |

From: johndc@cnj.digex.net (Me)
Newsgroups: comp.compilers
Date: 6 Mar 1996 21:19:28 -0500
Organization: Compilers Central
Keywords: parse, question, comment

Hi there-


I was wondering if anyone could help me in writing an string parser/
evaluator for a program I am writing. The program requires the use of the
basic trigonometric functions (sin, cos, etc.). Any help would be greatly
appreciated. Thanx in advance.
--
[This is the first example in many compiler books, such as (to pick one not
entirely at random) "lex&yacc", published by O'Reilly. -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.