search for: uncio

Displaying 1 result from an estimated 1 matches for "uncio".

Did you mean: ncio
2018 Sep 20
2
llvm and python bindings under windows
...o ask anymore. I developed a small programming language, entirely written in Python. I state that I work under Windows, I'm using anaconda and Python 3.6. I wrote the lexical generator and the parser generator. Now I have to write a code generator and thought about using LLVM. It seems that the Uncio way to work with LLVM in Python is llvmlite, necessary to generate the code. Then I have to use LLC. exe and clang. EXE to compile the generated code into an executable. Since I would like to distribute this language, I want to know: I must include all the installation of LLVM, or can I use its l...