Merge branch 'CLOWNFISH-66-py-cfc-core' Improve basic CFC Python bindings.
* Migrate to Charmonizer-generated Makefile build. * Add a "test" target to setup.py. * Add bindings for a few more parts of the CFC core. This fixes #53. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/9dc3a0e6 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/9dc3a0e6 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/9dc3a0e6 Branch: refs/heads/master Commit: 9dc3a0e60d19c44de0e6ec32ed74265aa31fe89f Parents: 105f76c 29a2584 Author: Marvin Humphrey <[email protected]> Authored: Thu Jan 14 17:53:00 2016 -0800 Committer: Marvin Humphrey <[email protected]> Committed: Thu Jan 14 17:53:00 2016 -0800 ---------------------------------------------------------------------- compiler/python/clownfish/_cfc.c | 333 ++++++++++++++++++++++--- compiler/python/clownfish/cfc/__init__.py | 12 + compiler/python/setup.py | 113 ++++----- compiler/python/test/test_cfc.py | 12 + 4 files changed, 369 insertions(+), 101 deletions(-) ----------------------------------------------------------------------
