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