almeida@bgsuvax.UUCP (Jose' Luiz Pereira de Almeida Filho) (05/30/90)
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.