BackupGGCode / llvm-py

Python bindings for LLVM
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Translation of the Kaleidoscope tutorial to llvm-py #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've translated the official LLVM language implementation tutorial 
(http://www.llvm.org/docs/tutorial/LangImpl1.html) from the latest version in 
the SVN repository 
(http://www.llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/).

Attached is a ZIP of all the 8 parts converted to the llvm-py API with full 
working Python code. All URLs have been made absolute so it should be safe to 
host on the same site as llvm-py.

Original issue reported on code.google.com by max99x on 25 Sep 2010 at 9:52

Attachments:

GoogleCodeExporter commented 9 years ago
Added, available in r94. Website updated. Thanks a lot!

Original comment by mdevan.f...@gmail.com on 26 Sep 2010 at 8:32