Xref: utzoo comp.sources.wanted:11923 comp.lang.pascal:3575 comp.sys.mac.programmer:15037 Path: utzoo!attcan!uunet!snorkelwacker!tut.cis.ohio-state.edu!bgsuvax!almeida From: almeida@bgsuvax.UUCP (Jose' Luiz Pereira de Almeida Filho) Newsgroups: comp.sources.wanted,comp.lang.pascal,comp.sys.mac.programmer Subject: Boolean expression parser Message-ID: <5872@bgsuvax.UUCP> Date: 30 May 90 14:50:44 GMT Followup-To: comp.sources.wanted Organization: Bowling Green State University B.G., Oh. Lines: 15 I'm currently working on a project which requires boolean expressions parsing routines that would evaluate if-statements like this one: if a>b and ((c+e>15) or (d=b)) then ... (a typical Pascal or Basic like IF statements). Would anyone out there know of source code or compiled routines that could avoid this work being done from scratch? Thanks... Jose Almeida.