Logtalk 2.21.3 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1164 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-10-25 11:13:58 +00:00
parent 8e92ce869f
commit c3e3a72583
155 changed files with 569 additions and 219 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.21.2
Release 2.21.3
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
=================================================================
@@ -42,6 +42,11 @@ aliases
example of using the alias/3 predicate directive to provide alternative
names to inherited predicates in order to improve readability
benchmarks
simple benchmarks for for helping measuring performance of Logtalk message
seding between Prolog compilers and for comparing message sending with
predicate calls in plain Prolog and with calls to modules predicates
birds
bird identification expert system
example adopted from the Adventure in Prolog Amzi! book