mirror of
https://github.com/Z3Prover/z3
synced 2025-11-23 22:21:28 +00:00
Add Z3_parser_context examples for C and C++
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
52b7df22cb
commit
d9499fb00b
7 changed files with 733 additions and 0 deletions
|
|
@ -117,8 +117,10 @@ def init_project_def():
|
|||
add_js()
|
||||
# Examples
|
||||
add_cpp_example('cpp_example', 'c++')
|
||||
add_cpp_example('cpp_parser_context_example', 'cpp_parser_context')
|
||||
add_cpp_example('z3_tptp', 'tptp')
|
||||
add_c_example('c_example', 'c')
|
||||
add_c_example('c_parser_context_example', 'c_parser_context')
|
||||
add_c_example('maxsat')
|
||||
add_dotnet_example('dotnet_example', 'dotnet')
|
||||
add_java_example('java_example', 'java')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue