Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!necntc!ames!ucbcad!zodiac!jdevries
From: jdevries@zodiac.ads.com (Jeff De Vries)
Newsgroups: mail.prolog,comp.lang.prolog
Subject: PD Prolog in C?
Message-ID: <1251@zodiac.UUCP>
Date: 10 Dec 87 19:37:14 GMT
Sender: news@zodiac.UUCP
Reply-To: jdevries@ADS.ARPA (Jeff De Vries)
Organization: Advanced Decision Systems, Mt. View, CA (415) 941-3912
Lines: 19

Does anyone know of a PD version of Prolog written in C?  I know about CProlog,
but I need a version which:
a) does not assume an int is 32 bits
b) does not assume that you can just use any structure tag with any pointer,
	 i.e.
     char *ptr;
     typedef struct foobar
     {
       int taga;
       int tagb;
     } FOO;

     ptr->tagb;  /* <- this is what I DON'T want */

If you know of anything that fits, please respond via e-mail.

Thanks!
Jeff De Vries
(jdevries@ads.com  or  jdevries@ads.arpa)