Implementation of the LLVM tutorial in Python
Find a file
2015-01-31 11:45:49 -08:00
.gitignore Initial commit 2015-01-26 08:26:47 -08:00
chapter2.py workin' on chapter6 2015-01-30 11:33:39 -08:00
chapter3and4.py Added the ._match primitive to the parser to factor out common code. 2015-01-30 05:26:20 -08:00
chapter5.py Adding tests 2015-01-31 07:49:03 -08:00
chapter6.py Codegen for unary, ifexpr bugfix, mandelbrot sample 2015-01-31 11:45:49 -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"