summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-06-01 17:21:56 -0700
committerGitHub <noreply@github.com>2021-06-01 17:21:56 -0700
commit245d3383c2f463b07987f2758af28871fe753de9 (patch)
treed14ce844d881f8b57d950049d0f911eefb036d22 /docs
parentcc666c9a93ef4a374109b09f6be47ffa7aaac4b7 (diff)
docs: Migrate input languages page. (#6659)
This migrates page https://cvc4.github.io/input-languages.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst1
-rw-r--r--docs/languages.rst8
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 7ab22cd7a..956ddcc29 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -18,5 +18,6 @@ Table of Contents
binary/binary
api/api
examples/examples
+ languages
references
genindex
diff --git a/docs/languages.rst b/docs/languages.rst
new file mode 100644
index 000000000..34c536017
--- /dev/null
+++ b/docs/languages.rst
@@ -0,0 +1,8 @@
+Input Languages
+===============
+
+cvc5 supports the following input languages:
+
+* `SMT-LIB v2 <http://smtlib.cs.uiowa.edu/language.shtml>`_
+* `SyGuS-IF <https://sygus.org/language/>`_
+* `TPTP <http://www.tptp.org/>`_
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback