18 Commits

Author SHA1 Message Date
dcab60b7bb for in range, range size and indexing 2025-05-31 23:25:08 +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
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
f881faf89f fixed problem with var initialization with val
added support for by-value types and in-place assignment
2025-05-29 11:48:04 +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
47c061d2b4 class constants added and class instances for integral types 2025-05-28 14:36:04 +04:00
f885300d18 converted namespaces to objects (coming to static objects, singletons) 2025-05-28 14:01:44 +04:00
d21544ca5d first OO features: x::class, x.method(1,2,3) builting Real.roundToInt 2025-05-28 11:44:55 +04:00
eba29aedb7 big refactoring towards OO support just started 2025-05-26 18:53:59 +04:00
baf9eab3ba int++ and int-- 2025-05-21 13:41:01 +04:00
9ae9752634 removed unnecessary debug traces 2025-05-20 23:07:25 +04:00
758f49603f closure tests and fix 2025-05-20 22:59:15 +04:00
408543d191 +var and val 2025-05-18 12:50:01 +04:00
1f2afbbe38 +namespaces with direct resolution
+national chars in ids
2025-05-18 11:58:38 +04:00
b220299fc5 Long road starts here 2025-05-18 00:52:19 +04:00