mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
Without this patch, parse-commit will unconditionally use a faillure continuation which simply returns `#f`. This may be undesirable in some situations. As such, this commit allows (optionally) passing a custom failure continuation as a second argument. If none is passed the old behavior is used, hence this commit doesn't cause any backwards incompatible API changes. See #822 |
||
---|---|---|
.. | ||
chibi | ||
scheme | ||
srfi | ||
init-7.scm | ||
meta-7.scm |