Commit Graph

  • 7de856fc62 Stabilize bytecode interpreter and fallbacks sergeych 2026-01-26 22:13:30 +03:00
  • 2f4462858b bytecode: extend call args and cache call sites sergeych 2026-01-26 06:33:15 +03:00
  • 144082733c Expand bytecode expressions and loops sergeych 2026-01-26 05:47:37 +03:00
  • 72901d9d4c Fix bytecode call-site semantics sergeych 2026-01-26 04:09:49 +03:00
  • 059e366787 Add bytecode slot metadata and compile-time mutability sergeych 2026-01-26 01:09:02 +03:00
  • b4598bff98 Add object comparison opcodes to bytecode sergeych 2026-01-25 21:37:20 +03:00
  • fd1548c86c Add object equality and reference ops to bytecode sergeych 2026-01-25 21:33:28 +03:00
  • 9c56cf751b Expand bytecode expression support for mixed ops sergeych 2026-01-25 21:15:29 +03:00
  • 8ae6eb8d69 Add short-circuit ops in bytecode compiler and VM sergeych 2026-01-25 19:59:22 +03:00
  • 3d9170d677 Expand bytecode expression support and add disassembler sergeych 2026-01-25 19:44:37 +03:00
  • c8a8b12dfc Add fallback expression handling for bytecode if sergeych 2026-01-25 19:24:27 +03:00
  • 6560457e3d Add bytecode if support and test sergeych 2026-01-25 19:05:42 +03:00
  • ea877748e5 Add minimal bytecode VM execution test sergeych 2026-01-25 17:17:14 +03:00
  • d8b00a805c Add minimal bytecode compiler scaffold sergeych 2026-01-25 17:09:02 +03:00
  • f42ea0a04c Expand bytecode spec and add VM skeleton sergeych 2026-01-25 17:00:08 +03:00
  • bc9e557814 Add Lyng bytecode VM spec draft sergeych 2026-01-25 16:51:06 +03:00
  • b674ee7c18 Fix implicit member resolution for fields sergeych 2026-01-25 13:00:19 +03:00
  • a4f41f17bf Fix ctor param reassignment regression sergeych 2026-01-25 12:35:36 +03:00
  • 96947aac50 Add benchmark notes sergeych 2026-01-25 11:35:08 +03:00
  • 98d6ffe998 Optimize int range loops and add benchmark gating sergeych 2026-01-25 11:32:10 +03:00
  • 74d73540c6 Optimize member access via slots sergeych 2026-01-25 03:11:40 +03:00
  • 9b580bafb6 avoid suspend lambdas in var declaration statements sergeych 2026-01-24 19:04:22 +03:00
  • 062f9e7866 fix wasmJs suspend-lambda generation and add agent guidance sergeych 2026-01-24 18:59:58 +03:00
  • 717a79aca2 wasm generation bug workaround, docs and debugging tips sergeych 2026-01-24 18:10:49 +03:00
  • aec4a3766e wasm generation bug workaround, docs and debugging tips fix_broken_wasmJs sergeych 2026-01-24 18:10:49 +03:00
  • e196bc3012 but in kotlin wasmJS compiler: try wasmJs tests on node or browser, it fails. kotlin_compiler_bug_wasmJs sergeych 2026-01-21 21:57:02 +03:00
  • f9ae00b7f4 heroic attempt to fix kotlin 3.2.0 wasmJS compiler (incomplete) heroic_attempt_to_avoid_kotlin_bug_wasmJs sergeych 2026-01-21 21:50:05 +03:00
  • 7b1ba71ef0 rename testToJsonString and add new test for @Transient serialization sergeych 2026-01-18 20:34:58 +03:00
  • 8b94432f66 fixed samples: wrong ?? operator to supported elvis ?: sergeych 2026-01-18 20:28:03 +03:00
  • 338dc00573 better homepage samples sergeych 2026-01-18 19:09:37 +03:00
  • d0230c5b89 + Intstant.truncateToMinute() sergeych 2026-01-18 18:22:49 +03:00
  • 5dc2159024 added clamp function and extensions, fixed bug in range coloring sergeych 2026-01-18 07:18:51 +03:00
  • 0759346e4b plugin and formatter improvements sergeych 2026-01-17 07:33:30 +03:00
  • f848d79d39 more OO tests sergeych 2026-01-16 20:43:10 +03:00
  • 52a3a96e3f + DateTime sergeych 2026-01-16 09:06:42 +03:00
  • b7dfda2f5d + @Tranient for serialization sergeych 2026-01-16 07:47:27 +03:00
  • 05e15e8e42 Add isEmpty, isNotEmpty, and isBlank methods to ObjString, update tests and docs sergeych 2026-01-16 07:06:22 +03:00
  • d4bb186f85 Obj.toKotlin tiny fix sergeych 2026-01-16 06:00:39 +03:00
  • 7bc17037f9 1.2.1-SNAPSHOT: improved visibility check for inheritance sergeych 2026-01-15 18:18:35 +03:00
  • 75723adbbc 1.2.0: update version to release 1.2.0 sergeych 2026-01-14 22:12:56 +03:00
  • b7fe04d65f cosmetics sergeych 2026-01-14 22:11:33 +03:00
  • ec28b219f3 plugin: another attempt to fix spell checker sergeych 2026-01-14 14:28:50 +03:00
  • 6fa57c8197 plugin: run command. Lyng string "hello"*repeatCount operator. Plugin spell check is still not working properly sergeych 2026-01-14 13:34:08 +03:00
  • 2d2a74656c plugin: remove flaky spell checking for 2024.* sergeych 2026-01-13 07:10:03 +01:00
  • 80933c287d Refactor nullable suffix handling in compiler (nullable declaration bug fixed) sergeych 2026-01-12 16:15:19 +01:00
  • 017111827d another attempt to fix plugin spellchecker sergeych 2026-01-12 16:05:46 +01:00
  • d2632cb99e plugin improvements; attempt to make AI life easier (incomplete and weak) sergeych 2026-01-12 15:39:30 +01:00
  • 474293cfe3 plugin deployment script, upload distributabkes mode for site deploy script sergeych 2026-01-12 12:25:12 +01:00
  • 9924d02cb4 plugin docstring parsing now respect @param, @retunm, @throws and general support for such tags introduced sergeych 2026-01-12 11:55:39 +01:00
  • 1efa96a990 improved type inference in plugin sergeych 2026-01-12 08:19:52 +01:00
  • f6deabaa38 Enable SCOPE_POOL globally across all platforms and refactor pooling logic to enhance robustness, efficiency, and cleanup mechanisms. Update documentation to reflect changes. sergeych 2026-01-12 06:16:22 +01:00
  • 8f04b25fcb Refactor scope pooling logic for robustness and efficiency, optimize argument assignment, and enhance benchmarks with pool-specific scenarios. sergeych 2026-01-11 02:50:08 +01:00
  • 6b957ae6a3 Refactored ObjRef evaluation logic for enhanced performance and consistency across unary, binary, and field operations. Added evalValue overrides for more streamlined value resolution. sergeych 2026-01-11 01:42:47 +01:00
  • 827df9c8cd Fix argument priority handling in ObjInstance resolution logic and add corresponding tests sergeych 2026-01-10 20:25:06 +01:00
  • 7ab439d949 Updated documentation to clarify property syntax, closure resolution rules, and override usage sergeych 2026-01-10 18:08:07 +01:00
  • 91e6ae29ce fixed mist edge cases with new language logic sergeych 2026-01-10 14:49:54 +01:00
  • b9831a422a 1.2.0-SNAPSHOT started bug core refactor to support all new future and more strict rules (namely, fundamental difference between properties, functions and delegates) sergeych 2026-01-10 02:57:05 +01:00
  • 10b7cb2db2 improved error reporting for mismatched serialized vars in ObjInstance sergeych 2026-01-08 21:10:37 +01:00
  • 1931384116 fixed another closure bug sergeych 2026-01-08 19:52:38 +01:00
  • 2acb60697d more tools to deal with Lyng exeption in Kotlin sergeych 2026-01-08 12:42:29 +01:00
  • c12804a806 user exceptions to kotlin fixes sergeych 2026-01-08 09:21:25 +01:00
  • 1d089db9ff User exception classes, unified exception class architecture sergeych 2026-01-07 19:05:07 +01:00
  • 2ce6d8e482 tools for error reporting in kotlin sergeych 2026-01-07 18:12:14 +01:00
  • eda34c1b3d operators overriding missing files sergeych 2026-01-07 09:44:13 +01:00
  • 2c0a6c7b34 operators overriding sergeych 2026-01-07 09:33:10 +01:00
  • fe5dded7af plugin with type declarations, collection types and much better type tracking for autocomplete sergeych 2026-01-07 02:55:47 +01:00
  • aba0048a83 plugin no wworks with .lyng.d files. hurray sergeych 2026-01-06 19:32:40 +01:00
  • fdc044d1e0 Added support for extern declarations and enhanced .lyng.d merging sergeych 2026-01-06 17:04:56 +01:00
  • 44675b976d script to piblish all (for Linux) sergeych 2026-01-06 13:26:58 +01:00
  • 3941ddee40 + Ma is now Delegate + way to add pure Lyng parents when declaring kotlin bindings sergeych 2026-01-06 13:11:07 +01:00
  • 3ef68d8bb4 fixed autocompletion for class constructor parameters sergeych 2026-01-06 12:08:23 +01:00
  • 72bb6ae67b formatter fix on properties sergeych 2026-01-06 12:00:04 +01:00
  • 555c9b94de null assignment operator added sergeych 2026-01-06 11:39:23 +01:00
  • 8cd980514b code cleanup performed (trivial cases) sergeych 2026-01-06 10:38:24 +01:00
  • fa4dc45f15 readme: github specific stuff/2 sergeych 2026-01-06 03:47:38 +01:00
  • ae68ecd066 readme: github specific stuff sergeych 2026-01-06 03:44:48 +01:00
  • ddfdc18ba3 more readme sergeych 2026-01-06 03:40:22 +01:00
  • 1afc6d41bc more readme sergeych 2026-01-06 03:35:03 +01:00
  • 83ab8cdc01 updated readme for hub sergeych 2026-01-06 03:11:19 +01:00
  • 26b8370b01 added label syntax support and highlighting sergeych 2026-01-06 02:37:10 +01:00
  • 660a80a26b lyngio: added processes and docs for it, JVM and linux sergeych 2026-01-06 02:32:18 +01:00
  • d91acd593a added return statement support sergeych 2026-01-06 02:18:31 +01:00
  • 5fc0969491 added object expression support to the site, tnbundle, etc sergeych 2026-01-06 01:51:16 +01:00
  • eec732d11a implemented object expressions (anonymous classes) sergeych 2026-01-06 01:25:01 +01:00
  • 8611543623 fixed delegation sample sergeych 2026-01-06 01:00:20 +01:00
  • 73854f21f3 reformatted root.lyng for better readability/2 sergeych 2026-01-05 22:30:51 +01:00
  • f66e61c185 reformatted root.lyng for better readability sergeych 2026-01-05 22:27:02 +01:00
  • 41a3617850 improved lazy delegate; added with(newThis) {} to stdlib sergeych 2026-01-05 22:25:46 +01:00
  • f792c73b8f 1.1.1-SNPASHOT some serious bugs in initilazation fixed. They were revealed by delegation real world usage sergeych 2026-01-05 21:13:15 +01:00
  • 20f777f9f6 version on site sergeych 2026-01-05 19:09:46 +01:00
  • 5f819dc87a Added delegation support: Delegate, lazy, "by" keyword for valr/var/fun and object {} singletons sergeych 2026-01-05 19:05:16 +01:00
  • 8e766490d9 AccessException -> IllegalAccessException in docs sergeych 2026-01-05 11:20:38 +01:00
  • 514ad96148 AccessException -< IllegalAccessException; added TODO() and NotImplementedException sergeych 2026-01-05 11:14:05 +01:00
  • e0a59c8db6 cleaning up OOTest sergeych 2026-01-05 10:35:38 +01:00
  • 75e2b63923 fixed fences in the docs sergeych 2026-01-04 23:06:36 +01:00
  • 5f1e6564d5 site: fixed scrolling overly high contents table in docs viewer sergeych 2026-01-04 23:01:11 +01:00
  • f5a3fbe9a3 docs refined sergeych 2026-01-04 22:50:49 +01:00
  • 11eadc1d9f abstract classes, interfaces, MI auto implementation and fine-grained visibility sergeych 2026-01-04 22:30:17 +01:00
  • 96e1ffc7d5 fixed oop.md spelling sergeych 2026-01-04 20:18:49 +01:00
  • aad7c9619b fixed bug with reformatting code sequences in markdown + lyng sergeych 2026-01-04 04:12:15 +01:00