home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!icd.ab.com!iccgcc.decnet.ab.com!baechtel
- From: baechtel@iccgcc.decnet.ab.com
- Newsgroups: comp.lang.prolog
- Subject: Help with Grips (aka. Get a Grip).
- Message-ID: <1992Sep1.105537.8778@iccgcc.decnet.ab.com>
- Date: 1 Sep 92 10:55:37 EST
- Lines: 17
-
-
- I am trying to port Grips to C-prolog.
-
- I am getting syntax errors in both grips.pl and gripstop.pl.
-
- gripstop.pl requires a read/2 function that I do not have.
- Supposedly read(Term,Vars) reads Term and returns also a list
- of Vars in Term, so that the interpreter can display Vars later.
-
-
- Has anyone done this port before?
-
- Does anyone have the source for read/.2?
-
-
- Thanks in advance.
-
-