3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-05 21:53:36 +00:00
z3/scripts
Dan Liew ef58179462 Refactor `mk_pat_db()` so that it is usable externally via a new function
``mk_pat_db_internal()`` which is called by a new ``mk_pat_db.py`` script. This
will allow other build systems to generate the ``database.h`` file.
2016-03-04 15:22:00 +00:00
..
mk_copyright.py
mk_exception.py
mk_make.py
mk_pat_db.py Refactor `mk_pat_db()` so that it is usable externally via a new function 2016-03-04 15:22:00 +00:00
mk_project.py
mk_unix_dist.py
mk_util.py Refactor `mk_pat_db()` so that it is usable externally via a new function 2016-03-04 15:22:00 +00:00
mk_win_dist.py
pyg2hpp.py Refactor `exec_pyg_scripts()` so that it is usable externally 2016-03-04 15:22:00 +00:00
README
trackall.sh
update_api.py
update_header_guards.py

Instructions for updating external Z3 API
-----------------------------------------

The python "macros": def_Type() and def_API() are used to add new types and function definitions to the Z3 API.
The .h files provided to `mk_bindings(API_files)` contain these definitions.
See src\api\z3_api.h for many examples.

The bindings for .Net and Python are generated when mk_make.py is invoked.