home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 2
/
DATAFILE_PDCD2.iso
/
utilities
/
_gofer
/
!Gofer
/
archives
/
Demos
/
Prolog
/
gp
/
miniProlog
Wrap
Text File
|
1993-02-12
|
539b
|
13 lines
-- This is a project file suitable for loading the stack-based version
-- of the mini Prolog interpreter into Gofer 2.28
--
-- Load into Gofer interpreter using the command: :p miniProlog.gp
-- or from command line using: gofer + miniProlog.gp
Parse -- general purpose parsing library
Interact -- general purpose library for interactive programs
PrologData -- definition of main data structures
Subst -- substitutions and unification
StackEngine -- inference engine
Main -- top level program