Skip to content

Commit

Permalink
Clarify input file formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 27, 2023
1 parent bb19fee commit 9909f9b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/sphinx_docs/Input_file_formats/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
Input file formats
******************

Alt-ergo supports different input language. The main language is his native language, based on the lamguage of the Why plateform and detailed below. Alt-ergo (partially) supports the standard language of the SMT community, SMT-LIB. It also (partially) supports the input language of Why3 through the :doc:`AB-Why3 plugin <../Plugins/ab_why3>`.
Alt-ergo supports different input languages:

- The original input language is his native language, based on the language of the Why3 plateform and
detailed below.
- Since 2.5.0, Alt-ergo fully supports the SMT-LIB language v2.6 through
`Dolmen <https://github.com/Gbury/dolmen>`_.
- It also (partially) supports the input language of Why3 through the :doc:`AB-Why3 plugin <../Plugins/ab_why3>`.

.. toctree::
:maxdepth: 2
:caption: Contents
Alt-Ergo's native language <Native/index>
SMT-LIB <SMT-LIB2/index>

Alt-Ergo's native language <Native/index>
SMT-LIB 2 <SMT-LIB2/index>

0 comments on commit 9909f9b

Please sign in to comment.