Re: Questions on `scan` Intrinsic Implementation (For Fortran 2023 `split` procedure)

2025-07-16 Thread c8ef
On 7/16/2025 12:01 AM, c8ef wrote: Hi Mikael, On 7/14/2025 8:46 PM, Mikael Morin wrote: Le 13/07/2025 à 16:39, c8ef a écrit : Hi all, I'm currently working on implementing the `split` procedure, which was added in Fortran 2023. Given its similar functionality to the `scan` intrinsic,

Re: Questions on `scan` Intrinsic Implementation (For Fortran 2023 `split` procedure)

2025-07-15 Thread c8ef
Hi Mikael, On 7/14/2025 8:46 PM, Mikael Morin wrote: Le 13/07/2025 à 16:39, c8ef a écrit : Hi all, I'm currently working on implementing the `split` procedure, which was added in Fortran 2023. Given its similar functionality to the `scan` intrinsic, I've been learning the impleme

Questions on `scan` Intrinsic Implementation (For Fortran 2023 `split` procedure)

2025-07-13 Thread c8ef
Hi all, I'm currently working on implementing the `split` procedure, which was added in Fortran 2023. Given its similar functionality to the `scan` intrinsic, I've been learning the implementation of `scan` to better understand its mechanics. During my investigation of the source code, I've c