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 5d04ca9766 small fixes
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1436 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2005-11-01 18:54:06 +00:00
..
a_star.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
binomialheap.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
builtins.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
Changelog port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_compiler_options.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_compiler_utility.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_debug.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_hashtable_store.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_messages.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_op2.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_op.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_runtime.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_swi_bootstrap.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_swi_bootstrap.yap port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_swi_bootstrap.yap.in port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_swi.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_test.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_translate_bootstrap1.chr port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_translate_bootstrap2.chr port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_translate_bootstrap.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_translate.chr port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr_translate.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
chr.yap small fixes 2005-11-01 18:54:06 +00:00
clean_code.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
find.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
guard_entailment.chr port of LGPLed CHR 2005-10-28 17:41:30 +00:00
guard_entailment.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
hprolog.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
hprolog.yap port of LGPLed CHR 2005-10-28 17:41:30 +00:00
listmap.pl port of LGPLed CHR 2005-10-28 17:41:30 +00:00
Makefile.in add missing dependency 2005-10-29 01:27:36 +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.