Harshita Kalani
Harshita Kalani
Resolves #812 . With this PR, I'm adding the implementation for replace-after issue. @stdlib-js/reviewers
Towards: #3169 and #3248
Towards: https://github.com/lfortran/lfortran/issues/3550
Ref: https://gcc.gnu.org/onlinedocs/gfortran/ACHAR.html
Refer: https://gcc.gnu.org/onlinedocs/gcc-4.2.4/gfortran/MVBITS.html Follow: https://github.com/lfortran/lfortran/pull/3541
Refer: https://gcc.gnu.org/onlinedocs/gcc-4.4.7/gfortran/IBITS.html Follow: https://github.com/lfortran/lfortran/pull/3541
Using https://github.com/HarshitaKalani/stdlib-fortran-lang/tree/lf_stats branch. GFortran script: ```script FC=gfortran cmake . make fortran_stdlib make example_gamma ./example/specialfunctions_gamma/example_gamma git clean -dfx ``` LFortran script: ```script FC=lfortran cmake . make fortran_stdlib cp src/*.mod example/stats make...
Fixes: https://github.com/lfortran/lfortran/issues/3488
```fortran program character_kind implicit none integer, parameter :: ascii = selected_char_kind ("ascii") integer, parameter :: default = selected_char_kind ("default") integer, parameter :: ucs4 = selected_char_kind ("ISO_10646") integer, parameter :: other...
https://gcc.gnu.org/onlinedocs/gfortran/VERIFY.html