chibi-scheme/lib/chibi/parse
Sören Tempel 5fe400c688 (chibi parse): allow (optionally) passing custom fk to parse-commit
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
2022-04-11 18:03:24 +02:00
..
common.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
common.sld Making libraries portable where possible. 2015-04-26 16:17:38 +09:00
parse.scm (chibi parse): allow (optionally) passing custom fk to parse-commit 2022-04-11 18:03:24 +02:00