chibi-scheme/lib
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
..
chibi (chibi parse): allow (optionally) passing custom fk to parse-commit 2022-04-11 18:03:24 +02:00
scheme More tests for unaligned bytevector access 2020-11-30 17:15:57 +09:00
srfi fix integer type in object-cmp 2022-02-12 07:48:14 +09:00
init-7.scm Fix definition of full-match? 2022-03-16 09:16:19 +01:00
meta-7.scm Decouple syntax-case from the Chibi core. 2021-08-10 23:19:35 +09:00