2d7ccc1278
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1712 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
27 lines
757 B
Plaintext
27 lines
757 B
Plaintext
=================================================================
|
|
Logtalk - Object oriented extension to Prolog
|
|
Release 2.28.2
|
|
|
|
Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
|
|
=================================================================
|
|
|
|
|
|
To load this example and for sample queries, please see the SCRIPT file.
|
|
|
|
This example contains simple meta-interpreters for pure Prolog encapsulated
|
|
in Logtalk categories:
|
|
|
|
solver
|
|
simple meta-interpreter for pure Prolog
|
|
|
|
proof_tree
|
|
simple meta-interpreter for pure Prolog returning the proof
|
|
tree for successful queries
|
|
|
|
tracer
|
|
simple meta-interpreter for pure Prolog that traces proof
|
|
construction
|
|
|
|
To use a meta-interpreter with an object, simply import the corresponding
|
|
category.
|