78d7105c16
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 |
||
---|---|---|
.. | ||
Benchmarks | ||
a_star.pl | ||
binomialheap.pl | ||
builtins.pl | ||
Changelog | ||
chr_compiler_errors.pl | ||
chr_compiler_options.pl | ||
chr_compiler_utility.pl | ||
chr_debug.pl | ||
chr_hashtable_store.pl | ||
chr_integertable_store.pl | ||
chr_messages.pl | ||
chr_op2.pl | ||
chr_op.pl | ||
chr_runtime.pl | ||
chr_swi_bootstrap.pl | ||
chr_swi_bootstrap.yap | ||
chr_swi_bootstrap.yap.in | ||
chr_swi.pl | ||
chr_test.pl | ||
chr_translate_bootstrap1.chr | ||
chr_translate_bootstrap2.chr | ||
chr_translate_bootstrap.pl | ||
chr_translate.chr | ||
chr_translate.pl | ||
chr.yap | ||
clean_code.pl | ||
find.pl | ||
guard_entailment.chr | ||
guard_entailment.pl | ||
hprolog.pl | ||
listmap.pl | ||
Makefile.in | ||
Makefile.yap | ||
pairlist.pl | ||
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.