lpython icon indicating copy to clipboard operation
lpython copied to clipboard

Python compiler

Results 162 lpython issues
Sort by recently updated
recently updated
newest added

Due to https://github.com/lfortran/lfortran/pull/7842#issuecomment-2993661103, the intent Out doesn't have an equivalent behavior in Python, since for structs with default values we would need to initialize them on function enter, which Python...

Attempting to build on macOS, standard C++ header files are not found. Namely , , , etc ``` /Users/alex/src/py_wasm_play/lpython/libasr/src/libasr/diagnostics.cpp:1:10: fatal error: 'iomanip' file not found 1 | #include | ^~~~~~~~~...