home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / prolog / 1631 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  669 b 

  1. Path: sparky!uunet!icd.ab.com!iccgcc.decnet.ab.com!baechtel
  2. From: baechtel@iccgcc.decnet.ab.com
  3. Newsgroups: comp.lang.prolog
  4. Subject: Help with Grips (aka. Get a Grip).
  5. Message-ID: <1992Sep1.105537.8778@iccgcc.decnet.ab.com>
  6. Date: 1 Sep 92 10:55:37 EST
  7. Lines: 17
  8.  
  9.  
  10.   I am trying to port Grips to C-prolog.
  11.  
  12.   I am getting syntax errors in both grips.pl and gripstop.pl.
  13.  
  14.   gripstop.pl requires a read/2 function that I do not have.
  15.   Supposedly read(Term,Vars) reads Term and returns also a list
  16.   of Vars in Term, so that the interpreter can display Vars later.
  17.  
  18.  
  19.   Has anyone done this port before?
  20.  
  21.   Does anyone have the source for read/.2?
  22.  
  23.  
  24.   Thanks in advance.
  25.  
  26.