A toy compiler translating Python source code into LLVM IRs, based on Python-builtin module ast and llvmlite,
by tht(CyrilKZ@GitHub) and zhh(fliingelephant@GitHub)
-
To run this toy compiler, you may install the following package:
pip3 install llvmlite
-
Then compile the given
source.pypython3 ToyCompiler.py