contains the case-fold information used to compile the regexp. Modify
the low-level regular-expression procedures to accept this new type
and to no longer have an argument for case-fold. Modify the
high-level regular-expression procedures to accept a compiled regular
expression in place of a regular-expression string; in this case the
optional case-fold argument is ignored.
Edit all references to the low-level procedures to conform to this new
design.
#| -*-Scheme-*-
-$Id: edwin.pkg,v 1.206 1997/03/04 06:43:07 cph Exp $
+$Id: edwin.pkg,v 1.207 1997/03/04 06:49:05 cph Exp $
Copyright (c) 1989-97 Massachusetts Institute of Technology
(export (edwin)
compiled-regexp?
compiled-regexp/byte-stream
- compiled-regexp/case-fold?
compiled-regexp/translation-table
condition-type:re-compile-pattern
re-compile-char