Commit 77f98dc
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 values1 parent a1c911c commit 77f98dc
File tree
13 files changed
+3197
-0
lines changed- doc/specs
- src
- tests
- string
13 files changed
+3197
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments