# # This file is encoded in (so called) SHIFT-JIS, # line delimitor is CR. # Prolog Goodies for Squeak 1.31 Broken English description This goodies is a modification for Squeak from Mr. AOKI''s Prolog Goodies for VisualWorks 2.5/2.5J and VisualWave 1.0 Copyright (C) 1995-1997 AOKI Atsushi 1997/02/21 http://www.sra.co.jp/people/aoki/SmalltalkGoodies/VisualWorks/Prolog.st http://www.sra.co.jp/people/aoki/SmalltalkGoodies/VisualWorks/Prolog.txt How to install After unzipping Lisp.zip, you get 3 files. PrlgInst.st Plugable.st Prolog.st Move these files to the directory where your virtual image exists, file-in PrlgInst.st. Other sources are automatically filed-in. Notice! Original Prolog consists from classes in Goodies-Prolog category, PrologCharMap PrologEntity PrologInterpreter PrologList PrologBody PrologClause PrologDefinition PrologObject PrologScanner PrologParser PrologScannerTable PrologString PrologStructure PrologSymbol PrologTerms PrologVariable and some methods for the categry name of "prolog" in the class Object. Method changes: Object Added methods: car cdr cons: consp isPrologEntity isPrologVariable printPrologOn: printPrologOn:level: printPrologString But this Squeak version add 4 classes in Pluggable-Support category, PluggableListModel PluggableStringHolderController PluggableStringHolderModel PluggableStringHolderView