FWIW, his site says "A fully portable and efficient R[4567]RS implementation of regular expressions, supporting both POSIX syntax with various (irregular) PCRE extensions, as well as SCSH's SRE syntax, with various aliases for commonly used patterns. "
So seems like it should be possible? iain On Sun, Jan 16, 2022 at 9:47 AM Iain Duncan <[email protected]> wrote: > Hi, I thought I would try loading Alex's Shinn's iregex library from > http://synthcode.com/scheme/irregex but I'm getting an error that I'm not > sure how to fix. I try to load irregex.scm and get the error below. I'm > hoping someone can tell me if this is something I just need to patch in s7? > or any other suggestions? > > thanks! > > > (load "irregex.scm") > > ;integer->char argument 1, 55295, is out of range (it doen't fit in an > unsigned byte) > ; integer->char > ; irregex.scm, line 360, position: 15546 > ; ((integer->char 57344) (integer->char 111... > ; ((lambda (hook lst) (if (do ((p lst (cdr ... >
_______________________________________________ Cmdist mailing list [email protected] https://cm-mail.stanford.edu/mailman/listinfo/cmdist
