Pranav
Pranav
``` (lf) pranavchiku@pranavchiku-Yoga-Slim-7-14IIL05:~/lfortran$ ./src/bin/lfortran --implicit-typing --fixed-form --show-asr ~/scipy/scipy/stats/statlib/swilk.f semantic error: Only one attribute can be specified if type is missing --> /home/pranavchiku/scipy/scipy/stats/statlib/swilk.f:47:42 - 48:56 | 47 | DATA ZM, ZSS...
``` case(ASR::symbolType::Variable): { final_sym=original_sym; original_sym = nullptr; break; } ``` This worked for me, in ```ast_body_visitor.cpp``` line ```1266```
``` semantic error: Arguments do not match for any generic procedure, conjg --> /home/pranavchiku/scipy/scipy/linalg/src/id_dist/src/idzr_rid.f:144:22 | 144 | r(j,k) = conjg(y(k)) | ^^^^^^^^^^^ ```
> ``` > semantic error: Arguments do not match for any generic procedure, conjg > --> /home/pranavchiku/scipy/scipy/linalg/src/id_dist/src/idzr_rid.f:144:22 > | > 144 | r(j,k) = conjg(y(k)) > | ^^^^^^^^^^^ > ```...
I guess in this one we have to make an implementation to support the passing of a ```Function``` in a ```Function``` will try to do that by tomorrow :)
Aah crap! yes
Got it, Type of elements of ```y``` is ```complex``` and both ```arg1``` and ```arg2``` in ``` bool argument_types_match(const Vec& args, const T &sub) { if (args.size() m_type; std::cout
I was able to get ASR by hardcoding, this in ```asr_utils.cpp``` by converting ``` case (ASR::ttypeType::Complex) : { ASR::Complex_t *a2 = ASR::down_cast(&a); ASR::Complex_t *b2 = ASR::down_cast(&b); std::cout
>ASR ``` (TranslationUnit (SymbolTable 1 {idzr_rid: (Function (SymbolTable 2 {ir: (Variable 2 ir Local () () Default (Integer 4 []) Source Public Required .false.), ix: (Variable 2 ix Local ()...
Yeah, my minor tests are ongoing so will try to have a look tonight :)