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 a fully incapsulated Isabelle code executor #51

Open
inpefess opened this issue Sep 27, 2022 · 0 comments
Open

Add a fully incapsulated Isabelle code executor #51

inpefess opened this issue Sep 27, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@inpefess
Copy link
Owner

For users' convenience, it might be nice to have a function which

  • takes an Isabelle code snippet (for example, a lemma statement)
  • adds boilerplate code (theory header, imports and other things)
  • writes everything to a temporary file
  • sends a request to Isabelle
  • gets back the response
  • parses the response at least to some extent (extracting error codes and messages at least)
  • returns a nicely represented structured answer to a user about their Isabelle code snippet
@inpefess inpefess added the enhancement New feature or request label Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant