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

Add full mode stdin parsing #201

Merged
merged 4 commits into from
Nov 20, 2023
Merged

Add full mode stdin parsing #201

merged 4 commits into from
Nov 20, 2023

Conversation

Gbury
Copy link
Owner

@Gbury Gbury commented Nov 17, 2023

Also, take the opportunity to clean up the logic class interface. Should solve #200

Note that even with this patch, in order to parse stdin using alt-ergo's native format, one need to use the new parse_all function, because the parse_input function will still raise. That being said the parsing pipe (in the loop sub-library) will adequately switch modes as needed and should allow full stdin parsing for all languages (as long as there is an end of input from stdin).

cc @bclement-ocp

src/classes/logic.ml Outdated Show resolved Hide resolved
@Gbury Gbury merged commit 7aad2fa into master Nov 20, 2023
21 checks passed
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

Successfully merging this pull request may close these issues.

2 participants