mirror of
https://github.com/AdaCore/cvc5.git
synced 2026-02-12 12:32:16 -08:00
This PR also adds a `:skip:` directive to suppress missing-example warnings for languages without an equivalent version.
12 lines
294 B
ReStructuredText
12 lines
294 B
ReStructuredText
Parser
|
|
======
|
|
|
|
This example shows how to use the parser via the parser API.
|
|
|
|
.. api-examples::
|
|
<examples>/api/cpp/parser.cpp
|
|
<examples>/api/c/parser.c
|
|
<examples>/api/java/Parser.java
|
|
<examples>/api/python/parser.py
|
|
<examples>/api/smtlib/parser.smt2
|
|
:skip: py-pythonicapi |