lcompilers / lpython

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

Refactor cpythoncall into an ASR pass #2470

Open certik opened 7 months ago

certik commented 7 months ago

Ensure the @cpythoncall works with the LLVM backend by refactoring it into an ASR->ASR pass, similar to how the new symbolic ASR->ASR pass works