Did you know ... | Search Documentation: |
Pack logtalk -- logtalk-3.85.0/ports/toychr/NOTES.md |
This file is part of Logtalk https://logtalk.org/ SPDX-FileCopyrightText: 2003 Gregory J. Duck SPDX-FileCopyrightText: 2019 Paulo Moura <pmoura@logtalk.org> SPDX-License-Identifier: GPL-2.0-or-later
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
toychr
This folder contains a Logtalk port of ToyCHR, a reference implementation of Constraint Handling Rules (CHR) available from:
https://www.comp.nus.edu.sg/~gregory/toychr/
The port is work in progress and includes significant modifications to the original code:
toychrdb
as a hook object, to support writing rules inside
objects and categories. As a consequence, the original chr_compile/1 is
not available.
For sample queries, please see the SCRIPT.txt
file.
Open the [../../docs/library_index.html#toychr](../../docs/library_index.html#toychr) link in a web browser.
To load all entities in this port, load the loader.lgt
file:
| ?- logtalk_load(toychr(loader))
.
To test this port predicates, load the tester.lgt
file:
| ?- logtalk_load(toychr(tester))
.