Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non-incremental parsing from stdin #200

Closed
bclement-ocp opened this issue Nov 17, 2023 · 1 comment
Closed

Support non-incremental parsing from stdin #200

bclement-ocp opened this issue Nov 17, 2023 · 1 comment

Comments

@bclement-ocp
Copy link
Contributor

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

@Gbury
Copy link
Owner

Gbury commented Dec 8, 2023

Closed by #201

@Gbury Gbury closed this as completed Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants