Include Paulo Moura's Logtalk OO LP system

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@53 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2001-06-06 19:40:57 +00:00
parent 38247e38fc
commit cc4531cd1e
344 changed files with 27125 additions and 0 deletions

23
Logtalk/library/NOTES Normal file
View File

@@ -0,0 +1,23 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.8.4
Copyright (c) 1998-2001 Paulo Moura. All Rights Reserved.
=================================================================
This folder contains objects, categories, and protocols that implement
predicates for dealing with common Prolog types and structures.
To load all a group of objects, protocols and categories in this
library consult the corresponding *.loader utility file.
Some files represent work in progress and are not loaded by default by
any loader utility file.
Specific notes about each group of objects, categories, and protocols
can be found in the corresponding *.notes files.
Some of the code in this library is based on public domain Prolog code,
in particular, adopted from the Edinburgh Prolog library.
All source files are formatted using four-spaces tabs.