3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-27 17:32:45 +00:00
z3/scripts
Christoph M. Wintersteiger b2281f956b Fixed Python 2.x vs 3.x issues.
Fixes Z3Prover/bin/#2.
2015-11-19 23:24:04 +01:00
..
mk_copyright.py Python 3.x issues 2015-10-28 22:40:07 +00:00
mk_exception.py
mk_make.py
mk_project.py remove deprecated iz3 example. Remove deprecated process control 2015-11-18 12:32:15 -08:00
mk_unix_dist.py Fixed Python 2.x vs 3.x issues. 2015-11-19 23:24:04 +01:00
mk_util.py Fixed Python 2.x vs 3.x issues. 2015-11-19 23:24:04 +01:00
mk_win_dist.py Fixed Python 2.x vs 3.x issues. 2015-11-19 23:24:04 +01:00
README
trackall.sh add more Copyright notes 2015-06-10 11:59:21 -07:00
update_api.py Python 3.x string decoding fix 2015-11-16 15:16:50 +01:00
update_header_guards.py Python 3.x issues 2015-10-28 22:40:07 +00:00

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.