home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / ai / 2887 < prev    next >
Encoding:
Text File  |  1992-07-23  |  699 b   |  22 lines

  1. Newsgroups: comp.ai
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewse!mramesh
  3. From: mramesh@cbnewse.cb.att.com (m.ramesh)
  4. Subject: SB prolog
  5. Organization: AT&T
  6. Distribution: na
  7. Date: Thu, 23 Jul 1992 20:01:29 GMT
  8. Message-ID: <1992Jul23.200129.26808@cbnewse.cb.att.com>
  9. Lines: 11
  10.  
  11. I amtrying to run a prolog program using SB prolog.  I have some DCG stuff
  12. in it.  I have abunch of files and I concatenate all of them and then compile
  13. it to byte-code, load it and run the program.
  14.  
  15. When the code tries to parse a sentence it cannot.
  16.  
  17. But if I remove some files, ie, reduce the code size then it works.
  18.  
  19. Any solutions to this problem.
  20.  
  21. Thank you in advance.
  22.