chibi-scheme/lib
Sören Tempel 1503217e86 (chibi parse): Ensure reason is always a string
While testing a `(chibi parser)`-based parser I noticed that
`parse-string` is the only provided parser combinator which uses a list,
instead of a string, as a failure reason. It is not explicitly
documented but since all other standard parser combinator use a string
for the error reason I assume this to be a bug and have adjusted the
`parse-string` combinator accordingly in this commit.
2022-04-09 10:55:20 +02:00
..
chibi (chibi parse): Ensure reason is always a string 2022-04-09 10:55:20 +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