Closed felipelalli closed 8 years ago
This should be fixed now. I verified srfi-13.scm loads but haven't tested it at all...
@justinethier I'm sorry, I didn't understand what you have said. Could you please be more specific / clear? Thank you.
This works:
huski> (load "srfi-13.scm" )
(lambda (strings . delim+grammar) ...)
I have not actually tested what was loaded from srfi-13.scm
though.
This does not work to me:
Version 3.19.1
huski> (load "srfi-13.scm")
Input does not match a macro pattern: (string-fill! target (string-ref s start) tstart tend)
Am I missing something? Old version? Which version should I use?
Thank you.
I just checked in the changes. You need to get the latest version 3.19.2 from the master branch.
Reference implementation: http://srfi.schemers.org/srfi-13/srfi-13.scm