Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

[smt2parser] add parsing rules for SMT2 theories and logics #15

Open
ma2bd opened this issue Apr 7, 2021 · 0 comments · May be fixed by #40
Open

[smt2parser] add parsing rules for SMT2 theories and logics #15

ma2bd opened this issue Apr 7, 2021 · 0 comments · May be fixed by #40

Comments

@ma2bd
Copy link

ma2bd commented Apr 7, 2021

It should not be too hard to add support for theory and logic definitions.
Two options:

  1. add callbacks for "fake" commands: (theory ..) and (logic ..)
  2. modify the Pomelo parser to be multimodal. This can be done by accepting a first token Mode(m) that sets the mode. (EDIT: not needed)

https://smtlib.cs.uiowa.edu/papers/smt-lib-reference-v2.6-r2017-07-18.pdf

@djrenren djrenren linked a pull request Sep 21, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant