Issue 178044
Summary [flang] Implement new F2023 TOKENIZE and SPLIT intrinsics
Labels flang
Assignees
Reporter kwyatt-ext
    The Fortran 2023 Standard adds the following related intrinsic functions:

16.9.196 SPLIT (STRING, SET, POS [, BACK])
Description. Parse a string into tokens, one at a time.

16.9.210 TOKENIZE (STRING, SET, TOKENS [, SEPARATOR]) or TOKENIZE (STRING, SET, FIRST, LAST)
Description. Parse a string into tokens.

This Issue is to capture the implementation of these new features.  (And to signal its existence to prevent duplicate efforts.)
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to