Ondřej Čertík
Ondřej Čertík
https://fortran-lang.discourse.group/t/oddly-slow-compilation-of-character-data-with-ifx/8465 Code: https://github.com/lockstockandbarrel/mars/blob/55c2d6f7ae618003f1ad4c389dace74881fa0c19/bootstrap/fman.f90
This is a long-running branch and a PR with a simplifier pass. To collaborate on this, simply send a PR against this `simplifier_pass` branch and if merged, it will automatically...
This code seems relatively simple and small: https://github.com/planelles20/numerical-methods-fortran
This seems to be a modern Fortran code: https://github.com/kmturbulenz/mglet-base
The follwing PRs show how to do it: * https://github.com/lfortran/lfortran/pull/4206 * https://github.com/lfortran/lfortran/pull/4209 * https://github.com/lfortran/lfortran/pull/4252
Similar to https://github.com/lfortran/lfortran/issues/4686, but for ASR text output. So that the following: ``` lfortran a.f90 ``` Can also be done using: ``` lfortran a.f90 --show-asr > a.asr lfortran a.asr ```...
* Improve printing of ASR to be exactly equal to Clojure * [ ] Use `:x` instead of `x:` * [ ] add an option to print keywords like `(Integer...
For other projects to be able to use ASR more easily, it would be helpful to have a parser for the Clojure representation. It should take the string, and parse...
High priority: * [x] `random_seed` * [x] `execute_command_line` (upgrade to use the new intrinsics) * [x] `get_env_variable` (upgrade to use the new intrinsics) https://github.com/lfortran/lfortran/pull/4746, https://github.com/lfortran/lfortran/pull/4727 * [x] https://github.com/lfortran/lfortran/issues/4594 * [x]...