irregex
irregex copied to clipboard
irregex-r6rs refers to undefined function unicode-range->utf8-pattern
I generated the R6RS version with:
make irregex-r6rs.scm
The resulting file includes a call to an undefined function called unicode-range->utf8-pattern. The calling function seems to be unused and so I commented it out.
Also, I see test suites, but I'm not sure how to test this generated R6RS version. Is there a predefined way?
Thanks!
Irregex has changed quite a bit since there was an R6RS version, and I'm not currently using an R6RS implementation. You should mostly just be able to use irregex.scm directly - it loads directly in R5RS.
It loads and seems to work fine. Maybe the installation instructions in 'irregex.html' could then be updated ;-)
Thanks!