mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39: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 |
||
---|---|---|
.. | ||
common.scm | ||
common.sld | ||
parse.scm |