|
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 |
|
|
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 |
|
|
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 |
|
|
3dd98131e7
|
parentheses, more operators, some docs
|
2025-05-18 18:34:44 +04:00 |
|