Skip to content
Snippets Groups Projects
Forked from Hammer / hammer
Loading
user avatar
Sven M. Hallberg authored
The test fails because currently parsers that fail may leave the input stream
in any indeterminate state. Parsers that backtrack (h_many, h_choice,
h_optional, etc.) do not propagate an overrun of their subordinate parsers to
h_packrat_parse_chunk where we would detect it and fail.
46164756
History
Name Last commit Last update