Add README
This commit is contained in:
parent
a12c4da93d
commit
47771d8dbc
1 changed files with 5 additions and 0 deletions
5
newbinding/README
Normal file
5
newbinding/README
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue