chibi-scheme/lib/chibi/parse
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
..
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): Ensure reason is always a string 2022-04-09 10:55:20 +02:00