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