21 Commits

Author SHA1 Message Date
6ef94fff65 +list + / += Iterable
+CLI app started
2025-06-02 07:39:31 +04:00
698d169612 more docs 2025-06-01 00:11:48 +04:00
d2c732ceef for in range, range size and indexing 2025-05-31 23:43:35 +04:00
2b3b0b298c more docs on ranges 2025-05-31 18:58:14 +04:00
3908b8ee9f +for-else-labels-break is running
+String now is indexed with Char instances, size supported
+Char type and char constants
2025-05-31 15:08:11 +04:00
f7b35c7576 while-else loop and string.startsWith 2025-05-30 13:50:37 +04:00
f3b3ebbb52 more docs 2025-05-30 12:51:23 +04:00
7288de4ea8 checking bug in gitea markdown/2 2025-05-30 12:44:57 +04:00
3a7a0c34c6 checking bug in gitea markdown 2025-05-30 12:43:57 +04:00
f4a3ad4c19 more docs 2025-05-30 12:41:39 +04:00
1479df4426 +better comparison
+splat arguments in calls
2025-05-30 12:05:21 +04:00
b56b5c521d lists modification: insert, remove, offset-end indexing, comparison. 2025-05-30 11:02:52 +04:00
c18345823b arrays started: literals, size, splats, index access RW 2025-05-30 01:13:40 +04:00
ca93d73b9c better checks for mutability, sipport for inplace mutation with assign() 2025-05-29 01:35:02 +04:00
ff03f3066d more docs 2025-05-28 19:25:48 +04:00
9a9f712cec refactored operators for OO overloading (and faster), assignment is not expression and += *= /= -= %= added 2025-05-28 19:11:59 +04:00
72f637e7de some cleanup 2025-05-28 15:07:38 +04:00
758f49603f closure tests and fix 2025-05-20 22:59:15 +04:00
ebeed385e9 while-continue with labels and docs/tests 2025-05-20 16:47:57 +04:00
22fbd5584b docs+doctest, while loop with break and labels for non-local breaks 2025-05-20 16:31:22 +04:00
0e065e0d7c +if/else statement
+// comments
2025-05-19 12:42:46 +04:00