454 Commits

Author SHA1 Message Date
caad7d8ab9 stdlib inference bug fixed 2026-04-03 11:04:16 +03:00
7b65ff9d0e Fix inference regression and green tests 2026-04-02 16:48:14 +03:00
fc01016a74 Added EvalSession way of controlling all coroutines started from a script 2026-04-02 02:05:14 +03:00
c140567e0c made last changes KMP compliant 2026-04-01 02:51:00 +03:00
311cf6ee44 Add Lyng deferred cancellation support 2026-03-31 22:50:46 +03:00
3e338f3d53 Fix sqrt type inference and add regression coverage 2026-03-31 22:26:58 +03:00
c097464750 - fixed CLI -x mode
- fixed a wrong error message when global symbol is not found
2026-03-31 20:52:31 +03:00
6e9333844e support for Decimal.isInfitite and isNan 2026-03-31 19:13:45 +03:00
a976702caf support for Real.isInfitite and isNan 2026-03-31 19:08:11 +03:00
850efedb72 Handle non-finite real/decimal arithmetic 2026-03-31 16:57:18 +03:00
f845213332 fixed Decima/Complex interop bug 2026-03-30 09:25:29 +03:00
cdd48ec871 Improved instance method resolution logic and added test for Decimal overloading. 2026-03-30 08:53:07 +03:00
286ec30422 Added Decimal support for complex number 2026-03-30 08:20:55 +03:00
8a560f5417 fixed interpolation bug 2026-03-29 12:35:10 +03:00
966b6a31ae extended inference of fun return type 2026-03-29 03:57:02 +03:00
c3c0a3292b fixed Decimal conversion bug 2026-03-29 03:35:53 +03:00
aa9565b40b fixed Decimal (and other such classes ) comparison 2026-03-29 01:29:48 +03:00
05d7432b37 fixes on Decimals and bound kotlin classes 2026-03-29 01:20:20 +03:00
c7c333b71a fixed some issues with Decimals 2026-03-29 00:39:48 +03:00
83d8c8b71f Added Vectors and Matrics operations, slicing, docs. 2026-03-28 22:25:40 +03:00
cd007050a8 added complext number support 2026-03-28 17:44:43 +03:00
418b1ae2b6 Fix captured bound global writes in nested bytecode blocks 2026-03-28 00:47:08 +03:00
b0fb65a036 Fix bound property captures and property slot resolution 2026-03-28 00:00:59 +03:00
580256d520 Add decimal module and operator interop registry 2026-03-27 21:31:37 +03:00
4269310beb Use canonical class identity for delegate checks 2026-03-27 19:19:38 +03:00
7c059b4741 Fix lazy delegate type resolution across modules 2026-03-27 18:57:27 +03:00
217787e17a Temporary lazy builtin baseline 2026-03-27 18:46:53 +03:00
9ddc7dbee6 Fix remaining compiler and VM review findings 2026-03-27 16:10:49 +03:00
ecc4d8b9ed Add explicit script import prep APIs and VM regression tests 2026-03-27 15:51:17 +03:00
3d8bfe8863 Add Lyng string interpolation with docs/tests and refresh changelog 2026-03-25 18:43:23 +03:00
794553d81d Add stdlib Random API and migrate tetris RNG 2026-03-19 01:30:35 +03:00
d9d7cafec8 +added console spport for lyngio
+added console support to lyng/jlyng CLI
+added unicode escapes
+created tetris console sample
2026-03-19 01:09:32 +03:00
d2a47d34a3 fixed extending extern classes (extension methods) 2026-03-15 05:35:29 +03:00
8e0442670d extern generics classes fix, documentation on extern classes updated 2026-03-15 04:32:06 +03:00
2b13fe8053 Improve extern member diagnostics and cover extern generic class test 2026-03-15 04:09:24 +03:00
979e6ea9b7 Require explicit extern members in extern class/object and update docs 2026-03-15 03:27:50 +03:00
e447c778ed fixed few bugs in compiler and plugin 2026-03-15 02:53:33 +03:00
37d093817e added T is nullable support 2026-03-14 20:57:15 +03:00
c54d947f1c indexer fix 2026-03-14 20:04:44 +03:00
8a32ffe655 bridge: add ScopeFacade receiver overloads for binder callbacks 2026-03-14 19:53:46 +03:00
65edf9fe67 Fix generic type checks and explicit type arg runtime binding 2026-03-14 19:18:09 +03:00
298c2a09fe Add lyng.observable ObservableList hooks, flow events, and docs 2026-03-12 22:07:33 +03:00
8b5e6ee993 Add immutable collections hierarchy with runtime/compiler/docs/tests 2026-03-12 21:07:56 +03:00
9417f8f0cc Type-aware += checks for declared collection members; preserve field type metadata 2026-03-12 19:41:42 +03:00
c9021eb9cf Make List/Set += and -= element-type aware 2026-03-12 19:13:17 +03:00
3bfb80a7c1 Improve Set handling with type-aware operations and enhance generic function parsing logic 2026-03-12 19:08:29 +03:00
32a7adf56e more types tests and fixes 2026-03-09 12:32:37 +03:00
90e586b5d2 Enable smart-cast handling for expressions and add relevant tests. 2026-03-09 10:29:04 +03:00
1502a365bf Add API for binding global functions and variables; implement tests and update embedding documentation. 2026-03-07 19:03:52 +03:00
8e10540257 better processing of lyng.d. files 2026-02-23 15:06:05 +03:00