Implementation of the LLVM tutorial in Python
Find a file
2015-02-01 09:52:30 -08:00
.gitignore Initial commit 2015-01-26 08:26:47 -08:00
chapter2.py Changed API of Parser in all chapters to be consistent with the new one in 6 2015-01-31 13:02:59 -08:00
chapter3and4.py Changed API of Parser in all chapters to be consistent with the new one in 6 2015-01-31 13:02:59 -08:00
chapter5.py Changed API of Parser in all chapters to be consistent with the new one in 6 2015-01-31 13:02:59 -08:00
chapter6.py Some modifications for emitting mutable alloca slots done 2015-02-01 07:05:28 -08:00
chapter7.py Parsing var expressions 2015-02-01 09:52:30 -08:00
LICENSE Initial commit 2015-01-26 08:26:47 -08:00
README.rst rename README file for proper Github rendering 2015-01-27 15:51:58 -08:00

Pykaleidoscope
==============

Testing
-------

Some of the files have unit test classes in them. To run all unit tests::

    $ python3.4 -m unittest discover -p "*.py"