353 Commits

Author SHA1 Message Date
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
f03006ce37 added tests of println override 2026-03-09 11:54:30 +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
274abaaf03 Refactor scope handling to improve slot synchronization, dynamic access, and module frame interactions; bump version to 1.5.1-SNAPSHOT. 2026-02-20 22:55:45 +03:00
51b0d1fdfc dynamic tests moved to a right suite 2026-02-20 11:16:57 +03:00
c46f74bd7e dynamic behavior fixed, publishing the snapshot 2026-02-20 11:15:35 +03:00
87ef1c38b8 Improve error handling and scope resolution in dynamic callbacks and bytecode execution, add new tests for dynamic behavior. 2026-02-20 10:15:01 +03:00
6bf99d354b Refactor scope handling and caching, improve dynamic access and tests, bump version to 1.5.1-SNAPSHOT 2026-02-19 16:17:35 +03:00
d82302dd01 Add support for variadic function types and ellipsis in type declarations, stricter lamda types compile-time checks and object binding for Kotlin bridges 2026-02-19 11:12:39 +03:00
e7c1adb2c5 Kotlin bride: object bindings added 2026-02-19 08:12:28 +03:00
79a541b148 Clean up compiler warnings 2026-02-18 18:16:33 +03:00
2d4ae0d98b fixed site sample to be more expressive 2026-02-17 22:34:56 +03:00
74d911e837 Migrate IdeLenientImportProvider to lynglib, add detailed time-related documentation, and improve analysis support for unresolved references. 2026-02-17 22:20:31 +03:00
2e7c28f735 corrected home page samples 2026-02-17 12:47:55 +03:00
df19524177 Refine variable resolution logic, update type alias syntax 2026-02-17 08:17:57 +03:00
b6851b7098 Improve variable resolution and expand test coverage; improved wahtsnew 2026-02-17 08:06:06 +03:00
c5b8871c3a Add support for closed classes and enhancements to the Kotlin reflection bridge 2026-02-16 19:08:32 +03:00
44f9573eec Add mixed compare benchmark baseline 2026-02-16 17:33:05 +03:00
a8f6aa31f1 Fix for-loop real widening coercions 2026-02-16 16:53:53 +03:00
fd2da1efd3 VM optimizations 2026-02-16 06:16:29 +03:00
637258581d Optimize int loop jumps and document loop var immutability 2026-02-15 15:12:52 +03:00
db9dc73da8 Fix portability issues and move JVM-only test 2026-02-15 11:09:55 +03:00
b233d4c15f Improve plugin symbol accuracy in completion and docs 2026-02-15 11:05:57 +03:00
6295cea6ad Test module-frame lookup in bridge resolver 2026-02-15 01:29:13 +03:00
cc681c76a0 Test extension callable handles 2026-02-15 01:26:31 +03:00
9cf87d1075 Add Kotlin bridge reflection handles and tests 2026-02-15 01:23:13 +03:00
cd145f6a96 Migrate runtime locals to frame slots 2026-02-14 23:25:19 +03:00
34678068ac Remove interpreter paths and enforce bytecode-only execution 2026-02-14 01:20:13 +03:00
e73fe0d3c5 Remove interpreter fallbacks and enforce bytecode execution 2026-02-14 00:41:33 +03:00