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

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

Description

@ma2bd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions