lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.37k stars 157 forks source link

[feature request] Ability to execute the code without compiling using llvm JIT #2563

Closed Vipul-Cariappa closed 2 months ago

Vipul-Cariappa commented 4 months ago

It would be very useful if we could directly execute the lpython code without compiling it using the llvm JIT. It will prevent the creation of *.tmp.o and the executable files.

The main idea is to run lpython --jit program.py


I have a working implementation ready. If this is useful I could open a PR.