Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych pushed to master at SergeychWorks/lyng 2025-05-29 10:48:12 +03:00
f881faf89f fixed problem with var initialization with val
sergeych pushed to master at SergeychWorks/lyng 2025-05-29 00:35:11 +03:00
ca93d73b9c better checks for mutability, sipport for inplace mutation with assign()
sergeych pushed to master at SergeychWorks/lyng 2025-05-28 18:25:57 +03:00
ff03f3066d more docs
sergeych pushed to master at SergeychWorks/lyng 2025-05-28 18:12:09 +03:00
9a9f712cec refactored operators for OO overloading (and faster), assignment is not expression and += *= /= -= %= added
sergeych pushed to master at SergeychWorks/lyng 2025-05-28 14:08:52 +03:00
72f637e7de some cleanup
sergeych pushed to master at SergeychWorks/lyng 2025-05-28 13:38:02 +03:00
2130974929 fixed wrong file name in tests
sergeych pushed to master at SergeychWorks/lyng 2025-05-28 13:36:39 +03:00
47c061d2b4 class constants added and class instances for integral types
sergeych pushed to master at SergeychWorks/lyng 2025-05-28 13:01:59 +03:00
f885300d18 converted namespaces to objects (coming to static objects, singletons)
sergeych pushed to master at SergeychWorks/lyng 2025-05-28 10:45:29 +03:00
d21544ca5d first OO features: x::class, x.method(1,2,3) builting Real.roundToInt
sergeych pushed to master at SergeychWorks/lyng 2025-05-26 22:51:28 +03:00
361c1d5b13 big refactoring: all tests passed
sergeych pushed to master at SergeychWorks/lyng 2025-05-26 17:54:09 +03:00
eba29aedb7 big refactoring towards OO support just started
sergeych pushed to master at SergeychWorks/lyng 2025-05-21 12:41:08 +03:00
baf9eab3ba int++ and int--
sergeych pushed to master at SergeychWorks/lyng 2025-05-20 22:07:31 +03:00
9ae9752634 removed unnecessary debug traces
sergeych pushed to master at SergeychWorks/lyng 2025-05-20 21:59:22 +03:00
758f49603f closure tests and fix
sergeych pushed to master at SergeychWorks/lyng 2025-05-20 15:48:04 +03:00
ebeed385e9 while-continue with labels and docs/tests
sergeych pushed to master at SergeychWorks/lyng 2025-05-20 15:31:36 +03:00
22fbd5584b docs+doctest, while loop with break and labels for non-local breaks
sergeych pushed to master at SergeychWorks/lyng 2025-05-19 11:43:45 +03:00
0569be3b21 more readme
sergeych pushed to master at SergeychWorks/lyng 2025-05-19 11:42:56 +03:00
0e065e0d7c +if/else statement
60db9f3b95 string concatenation
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2025-05-19 10:18:01 +03:00
95e68d6e2a comparison operators + some optimizations
sergeych pushed to master at SergeychWorks/lyng 2025-05-18 17:36:47 +03:00
07a4c4c8d0 Update README.md