|
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 |
|
|
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 |
|
|
2130974929
|
fixed wrong file name in tests
|
2025-05-28 14:37:54 +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 |
|
|
361c1d5b13
|
big refactoring: all tests passed
|
2025-05-26 23:51:22 +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 |
|
|
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 |
|
|
0569be3b21
|
more readme
|
2025-05-19 12:43:39 +04:00 |
|
|
0e065e0d7c
|
+if/else statement
+// comments
|
2025-05-19 12:42:46 +04:00 |
|
|
60db9f3b95
|
string concatenation
|
2025-05-19 11:26:00 +04:00 |
|
|
95e68d6e2a
|
comparison operators + some optimizations
|
2025-05-19 11:17:53 +04:00 |
|
|
07a4c4c8d0
|
Update README.md
|
2025-05-18 17:36:45 +03:00 |
|
|
3dd98131e7
|
parentheses, more operators, some docs
|
2025-05-18 18:34:44 +04:00 |
|
|
166b1fa0d5
|
+fn definitions and calls, closures
|
2025-05-18 14:41:01 +04:00 |
|
|
408543d191
|
+var and val
|
2025-05-18 12:50:01 +04:00 |
|
|
50986fbac5
|
+namespaces with direct resolution
+national chars in ids
|
2025-05-18 11:59:45 +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 |
|