|
|
|
|
|
by konradha
1033 days ago
|
|
LFortran is not necessarily using LLVM IR to compile. It's building up an ASR [1] structure that's already being used in the LFortran-specific backends. Potentially it can make full use of Fortran semantics! [1] https://docs.lfortran.org/en/design/ |
|