add extract_interface for constructing interfaces to other languages
commit1157635374e1cc1ade4cc5c056012a7da1407c48
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 2 Aug 2011 10:58:48 +0000 (2 12:58 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 6 Oct 2011 15:48:35 +0000 (6 17:48 +0200)
treefb212d230762130523ab9991902b01ff06a5cf07
parente41ef1ac5e734eb57a3dcfa9e651bd53def312cc
add extract_interface for constructing interfaces to other languages

Currently, we only support the generation of a Python interface.
In particular, a ctypes based interface.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
configure.ac
interface/Makefile.am [new file with mode: 0644]
interface/all.h [new file with mode: 0644]
interface/extract_interface.cc [new file with mode: 0644]
interface/extract_interface.h [new file with mode: 0644]
interface/isl.py.top [new file with mode: 0644]
interface/python.cc [new file with mode: 0644]
interface/python.h [new file with mode: 0644]