Skip to content

Commit 77f98dc

Browse files
committed
Implement non-fancy functional string type
- support all intrinsic operators for character variables (llt, lgt, lle, lge, len, len_trim, trim, adjustl, adjustr, index, scan, verify, repeat, char, ichar, iachar) - support derived type IO (formatted and unformatted) - implement assignment from character values - implement constructing string from character values
1 parent a1c911c commit 77f98dc

13 files changed

+3197
-0
lines changed

doc/specs/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This is and index/directory of the specifications (specs) for each new module/fe
2020
- [quadrature](./stdlib_quadrature.html) - Numerical integration
2121
- [stats](./stdlib_stats.html) - Descriptive Statistics
2222
- [stats_distribution_PRNG](./stdlib_stats_distribution_PRNG.html) - Probability Distributions random number generator
23+
- [string\_type](./stdlib_string_type.html) - Basic string support
2324

2425
## Missing specs
2526

0 commit comments

Comments
 (0)