Skip to content

Commit

Permalink
Implement non-fancy functional string type
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
awvwgk committed Feb 13, 2021
1 parent a1c911c commit 77f98dc
Show file tree
Hide file tree
Showing 13 changed files with 3,197 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/specs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This is and index/directory of the specifications (specs) for each new module/fe
- [quadrature](./stdlib_quadrature.html) - Numerical integration
- [stats](./stdlib_stats.html) - Descriptive Statistics
- [stats_distribution_PRNG](./stdlib_stats_distribution_PRNG.html) - Probability Distributions random number generator
- [string\_type](./stdlib_string_type.html) - Basic string support

## Missing specs

Expand Down
Loading

0 comments on commit 77f98dc

Please sign in to comment.