This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/LGPL/chr
vsc 78d7105c16 protect signal handling with locks for threaded version.
fix close/1 entry in manual (obs from Nicos).
fix -f option in chr Makefile.


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2201 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2008-04-03 13:26:38 +00:00
..
Benchmarks include CHR benchmarks 2007-10-16 23:18:30 +00:00
Changelog port of LGPLed CHR 2005-10-28 17:41:30 +00:00
Makefile.in protect signal handling with locks for threaded version. 2008-04-03 13:26:38 +00:00
Makefile.yap port of LGPLed CHR 2005-10-28 17:41:30 +00:00
README port of LGPLed CHR 2005-10-28 17:41:30 +00:00
a_star.pl upgrade chr 2007-10-16 23:17:04 +00:00
binomialheap.pl upgrade chr 2007-10-16 23:17:04 +00:00
builtins.pl update chr 2008-03-13 14:38:02 +00:00
chr.yap update to CLP(QR). Note that CLP(Q) is still unsupported. 2008-03-13 17:16:47 +00:00
chr_compiler_errors.pl update chr 2008-03-13 14:38:02 +00:00
chr_compiler_options.pl chr updates 2008-03-13 22:37:07 +00:00
chr_compiler_utility.pl further upgrades to chr 2008-03-13 17:43:13 +00:00
chr_debug.pl update chr 2008-03-13 14:38:02 +00:00
chr_hashtable_store.pl further upgrades to chr 2008-03-13 17:43:13 +00:00
chr_integertable_store.pl update chr 2008-03-13 14:38:02 +00:00
chr_messages.pl update chr 2008-03-13 14:38:02 +00:00
chr_op.pl update chr 2008-03-13 14:38:02 +00:00
chr_op2.pl update chr 2008-03-13 14:38:02 +00:00
chr_runtime.pl update chr 2008-03-13 14:38:02 +00:00
chr_swi.pl more fixes 2008-03-31 22:56:22 +00:00
chr_swi_bootstrap.pl further upgrades to chr 2008-03-13 17:43:13 +00:00
chr_swi_bootstrap.yap improve WIN32 support and installation 2008-03-27 00:41:33 +00:00
chr_swi_bootstrap.yap.in port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_test.pl update chr 2008-03-13 14:38:02 +00:00
chr_translate.chr further upgrades to chr 2008-03-13 17:43:13 +00:00
chr_translate.pl improve WIN32 support and installation 2008-03-27 00:41:33 +00:00
chr_translate_bootstrap.pl further upgrades to chr 2008-03-13 17:43:13 +00:00
chr_translate_bootstrap1.chr chr updates 2008-03-13 22:37:07 +00:00
chr_translate_bootstrap2.chr chr updates 2008-03-13 22:37:07 +00:00
clean_code.pl update chr 2008-03-13 14:38:02 +00:00
find.pl update chr 2008-03-13 14:38:02 +00:00
guard_entailment.chr upgrade chr 2007-10-16 23:17:04 +00:00
guard_entailment.pl improve WIN32 support and installation 2008-03-27 00:41:33 +00:00
hprolog.pl chr updates 2008-03-13 22:37:07 +00:00
listmap.pl update chr 2008-03-13 14:38:02 +00:00
pairlist.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00

README

				CHR for SWI-Prolog
				==================

Authors and license
====================

This package contains code  from  the   following  authors.  All code is
distributed under the SWI-Prolog  conditions   with  permission from the
authors.


	* Tom Schrijvers, K.U.Leuven	Tom.Schrijvers@cs.kuleuven.ac
	* Christian Holzbaur		christian@ai.univie.ac.at
	* Jan Wielemaker 		jan@swi-prolog.org


Files and their roles:
======================

	# library(chr)			chr_swi.pl
	Make user-predicates and hooks for loading CHR files available
	to the user.

	# library(chr/chr_op)
	Include file containing the operator declaractions

	# library(chr/chr_translate)
	Core translation module.  Defines chr_translate/2.	

	# library(chr/chr_debug)
	Debugging routines, made available to the user through
	library(chr).  Very incomplete.
	
	# library(chr/hprolog)
	Compatibility to hProlog.  Should be abstracted.

	# library(chr/pairlist)
	Deal with lists of Name-Value.  Used by chr_translate.pl


Status
======

Work  in  progress.  The  compiler  source  (chr_translate.pl)  contains
various `todo' issues. The debugger is  almost non existent. Future work
should  improve  on   the   compatibility    with   the   reference  CHR
documentation. Details on loading CHR files are subject to change.