You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some parsers (e.g. Alt-Ergo's native format) do not support incremental parsing, because there is no clear delimiter between phrases.
Using such formats with an `Stdin input throws an exception, when it should just switch to the full parser.
This would obviously not allow interactive input for these parsers, but would still allow piping files in this format through stdin.
Some parsers (e.g. Alt-Ergo's native format) do not support incremental parsing, because there is no clear delimiter between phrases.
Using such formats with an
`Stdin
input throws an exception, when it should just switch to the full parser.This would obviously not allow interactive input for these parsers, but would still allow piping files in this format through stdin.
See also OCamlPro/alt-ergo#949
The text was updated successfully, but these errors were encountered: