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!