Sergey Chernov sergeych
  • Joined on 2022-07-18
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
sergeych pushed to master at SergeychWorks/lyng 2025-05-18 17:34:52 +03:00
3dd98131e7 parentheses, more operators, some docs
sergeych pushed to master at SergeychWorks/lyng 2025-05-18 13:41:08 +03:00
166b1fa0d5 +fn definitions and calls, closures
sergeych pushed to master at SergeychWorks/lyng 2025-05-18 11:50:09 +03:00
408543d191 +var and val
sergeych pushed to master at SergeychWorks/lyng 2025-05-18 10:59:59 +03:00
50986fbac5 +namespaces with direct resolution
1f2afbbe38 +namespaces with direct resolution
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2025-05-17 23:52:51 +03:00
b220299fc5 Long road starts here