Implementation of the LLVM tutorial in Python
Find a file
2015-01-27 15:51:30 -08:00
.gitignore Initial commit 2015-01-26 08:26:47 -08:00
LICENSE Initial commit 2015-01-26 08:26:47 -08:00
part1.py part1 and README 2015-01-27 15:51:30 -08:00
README part1 and README 2015-01-27 15:51:30 -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"