Assem Medhat
Assem Medhat
Should we add a reference error test for such an expression ? @certik ```fortran main_arr%arr_2%num = 22 ``` It raises this error ```shell semantic error: Two or more part references...
It should be ready for final review now.
We don't have code in **SNAP** related to this specific case, but I wish to not put that on hold as the error resulting from such bug is subtle and...
I'm aware of all of the failing tests. They're compilation error details, it worked on my Ubuntu machine, but it's failing here. That's normal. I'll solve them.
It should be ready now.
`--print-leading-space` works as intended. `examples/expr2.f90` works fine with flag `--print-leading-space`. The resulting ASR of `lfortran examples/expr2.f90 --print-leading-space` is now like this : ```clj (FileWrite 0 () () () () [(StringConstant...
I think I can handle this issue. It's a matter of identifying the previous expression and just handle it as same as we handle simple-direct array assignment ```fortran integer ::...
We need to address many many errors that could happen in where statement. If have bunch of them listed, should i mention them here, create one issue for all **Where...
I'll put it as next to work on. It's tricky, but It will be good to have this issue resolved.
The major issue is with the various backends we support. This PR removes the implementation in `print_arr.cpp` pass that iterates on the array and print it element by element in...