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 93897e4ef4 fix new files
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1960 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2007-10-16 23:40:07 +00:00
..
Benchmarks include CHR benchmarks 2007-10-16 23:18: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 upgrade chr 2007-10-16 23:17:04 +00:00
Changelog port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_compiler_errors.pl fix new files 2007-10-16 23:40:07 +00:00
chr_compiler_options.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_compiler_utility.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_debug.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_hashtable_store.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_integertable_store.pl fix new files 2007-10-16 23:40:07 +00:00
chr_messages.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_op2.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_op.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_runtime.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_swi_bootstrap.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_swi_bootstrap.yap make GMPless version compile. 2006-09-28 16:15:54 +00:00
chr_swi_bootstrap.yap.in port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_swi.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_test.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_translate_bootstrap1.chr upgrade chr 2007-10-16 23:17:04 +00:00
chr_translate_bootstrap2.chr upgrade chr 2007-10-16 23:17:04 +00:00
chr_translate_bootstrap.pl upgrade chr 2007-10-16 23:17:04 +00:00
chr_translate.chr upgrade chr 2007-10-16 23:17:04 +00:00
chr_translate.pl fix make_directory 2006-09-28 16:29:50 +00:00
chr.yap small fixes 2005-11-01 18:54:06 +00:00
clean_code.pl upgrade chr 2007-10-16 23:17:04 +00:00
find.pl upgrade chr 2007-10-16 23:17:04 +00:00
guard_entailment.chr upgrade chr 2007-10-16 23:17:04 +00:00
guard_entailment.pl fix make_directory 2006-09-28 16:29:50 +00:00
hprolog.pl upgrade chr 2007-10-16 23:17:04 +00:00
listmap.pl upgrade chr 2007-10-16 23:17:04 +00:00
Makefile.in upgrade chr 2007-10-16 23:17:04 +00:00
Makefile.yap port of LGPLed CHR 2005-10-28 17:41:30 +00:00
pairlist.pl 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

				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.