Commit 5b1440a
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 5b1440a
File tree
13 files changed
+4613
-0
lines changed- doc/specs
- src
- tests
- string
13 files changed
+4613
-0
lines changedLarge diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments