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/packages/chr
Vitor Santos Costa edc7d2ceb4 droid 2018-06-25 13:44:09 +01:00
..
Benchmarks stop using submodule 2015-10-13 08:17:51 +01:00
Examples stop using submodule 2015-10-13 08:17:51 +01:00
Tests stop using submodule 2015-10-13 08:17:51 +01:00
CMakeLists.txt stop using submodule 2015-10-13 08:17:51 +01:00
ChangeLog stop using submodule 2015-10-13 08:17:51 +01:00
Makefile.in stop using submodule 2015-10-13 08:17:51 +01:00
Makefile.mak stop using submodule 2015-10-13 08:17:51 +01:00
README stop using submodule 2015-10-13 08:17:51 +01:00
a_star.pl stop using submodule 2015-10-13 08:17:51 +01:00
binomialheap.pl stop using submodule 2015-10-13 08:17:51 +01:00
builtins.pl stop using submodule 2015-10-13 08:17:51 +01:00
chr.md docs 2017-05-02 07:42:21 +01:00
chr.yap docsc 2016-11-16 17:17:33 -06:00
chr_compiler_errors.pl stop using submodule 2015-10-13 08:17:51 +01:00
chr_compiler_options.pl docs 2017-04-13 21:42:34 +01:00
chr_compiler_utility.pl stop using submodule 2015-10-13 08:17:51 +01:00
chr_debug.pl docs 2017-04-13 21:42:34 +01:00
chr_hashtable_store.pl stop using submodule 2015-10-13 08:17:51 +01:00
chr_integertable_store.pl stop using submodule 2015-10-13 08:17:51 +01:00
chr_messages.pl stop using submodule 2015-10-13 08:17:51 +01:00
chr_op.pl stop using submodule 2015-10-13 08:17:51 +01:00
chr_op2.pl stop using submodule 2015-10-13 08:17:51 +01:00
chr_runtime.pl docd 2018-05-20 00:47:27 +01:00
chr_support.c stop using submodule 2015-10-13 08:17:51 +01:00
chr_swi.pl docd 2018-05-20 00:47:27 +01:00
chr_swi_bootstrap.pl stop using submodule 2015-10-13 08:17:51 +01:00
chr_test.pl stop using submodule 2015-10-13 08:17:51 +01:00
chr_translate.chr stop using submodule 2015-10-13 08:17:51 +01:00
chr_translate_bootstrap.pl droid 2018-06-25 13:44:09 +01:00
chr_translate_bootstrap1.chr stop using submodule 2015-10-13 08:17:51 +01:00
chr_translate_bootstrap2.chr stop using submodule 2015-10-13 08:17:51 +01:00
clean_code.pl stop using submodule 2015-10-13 08:17:51 +01:00
configure.in stop using submodule 2015-10-13 08:17:51 +01:00
find.pl stop using submodule 2015-10-13 08:17:51 +01:00
guard_entailment.chr stop using submodule 2015-10-13 08:17:51 +01:00
install-sh stop using submodule 2015-10-13 08:17:51 +01:00
listmap.pl stop using submodule 2015-10-13 08:17:51 +01:00
pairlist.pl stop using submodule 2015-10-13 08:17:51 +01: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.be
	* 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.