Implementation of the LLVM tutorial in Python
| .gitignore | ||
| LICENSE | ||
| part1.py | ||
| README | ||
Pykaleidoscope
==============
Testing
-------
Some of the files have unit test classes in them. To run all unit tests::
$ python3.4 -m unittest discover -p "*.py"