llvmpy/docs/source/doc/llvm_cbuilder.rst
2013-02-24 00:44:48 +02:00

12 lines
323 B
ReStructuredText

llvm_cbuilder
=============
llvm_cbuilder is a set of Python-contexts you can use to write C-like
constructs in Python which generates llvmpy code directly.
Similar to llpython it allows you to build llvm IR without using the
llvmpy interface directly.
Look in the llvm_cbuilder tests directory for examples of use.