From 47771d8dbcd61d86c01dab07696e1238b7d64d9b Mon Sep 17 00:00:00 2001 From: Siu Kwan Lam Date: Tue, 22 Jan 2013 10:13:41 -0600 Subject: [PATCH] Add README --- newbinding/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 newbinding/README diff --git a/newbinding/README b/newbinding/README new file mode 100644 index 0000000..2bfabcd --- /dev/null +++ b/newbinding/README @@ -0,0 +1,5 @@ +# README + +This is a reimplementation of the LLVM binding, aiming to provide a more familiar interface to the C++ API whenever possible. + +The implementation uses a custom DSL in python to describe the interface (under binding directory). The DSL serves as input to *gen.py* for generation of the .cpp and .py files for the actual binding.