Expression parsing.

Krzysiek Kobus <kk@inet.com.pl>
20 May 1999 01:44:58 -0400

          From comp.compilers

Related articles
Expression parsing. kk@inet.com.pl (Krzysiek Kobus) (1999-05-20)
Re: Expression parsing. qjackson@wave.home.com (Quinn Tyler Jackson) (1999-05-21)
Re: Expression parsing. qjackson@wave.home.com (Quinn Tyler Jackson) (1999-05-21)
Re: Expression parsing. corbier@my-dejanews.com (1999-05-21)
Re: Expression parsing. eodell@pobox.com (1999-05-21)
| List of all articles for this month |

From: Krzysiek Kobus <kk@inet.com.pl>
Newsgroups: comp.lang.c,comp.lang.c++,comp.compilers
Date: 20 May 1999 01:44:58 -0400
Organization: Accom Poland, Ltd.
Keywords: parse, question, comment

Does anyone know of a simple C or C++ library/api for math
expressions parsing.


Just simple operators (+ - * /), multi brackets, simple math functions
(sin(), pow(), ...), but easly extendable for other math functions with
many arguments.


The defunc mentioned in comp.lang.c faq doesn't support functions
with more than 3 arguments.


thank you,


Krzysiek Kobus
kk@inet.com.pl
[It's the first example in nearly any yacc tutorial. -John]


Post a followup to this message

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