Assem Medhat

Results 77 comments of Assem Medhat

> To add ttype to ExternalSymbol, I am only worried about possibility of type of a variable depending on another variable, example: array dimension depending on other variable but I...

The second solution is good also. We can just utilize `check_external` parameter that is passed to the `asr_verify()` to bypass these 10 spots where `expr_type` exists (when the parameter is...

Due to all hard work done on this task by @certik @Pranavchiku @kmr-srbh @HarshitaKalani, We managed to compile all SNAP files successfully; We managed to do some workarounds to so...

look up for `fill_array_details_( )` in `declare_vars( )`. it's the function related to initilizing an array and set it as unallocated if needed. and as you mentioned allocatables appears to...

Great!. let's try to handle it quickly to proceed with 'SNAP' compilation.

could you separate the module and the program of the test case in two files and try to run the files. It should work according to your solution.

> > could you separate the module and the program of the test case in two files and try to run the files. It should work according to your solution....

I think you managed to make a pointer to an array-type in LLVM and it works and this should be it as you have mentioned we shouldn't take any step...

related to #3977 and #3968 .

I'll try to dig more deeper and let you know. We need to finish up with this one to have a clearer vision upon the `m->external` issue we face with...