143 Commits

Author SHA1 Message Date
26ddb94f5d fixed version number 2025-11-27 21:42:42 +01:00
cbca8cacb5 fix #59 implement iterator cancellation on premature termination (break, exception) and ensure no cancellation on natural completion; add tests 2025-11-27 21:40:02 +01:00
8fae4709ed fix #61 set +/- collection gives set with/without items in collection 2025-11-27 20:54:33 +01:00
d118d29429 map literals 2025-11-27 20:02:19 +01:00
813ebebddd small optimizations 2025-11-27 11:55:17 +01:00
2d721101dd v1.0.1-SNAPSHOT: named args in calls 2025-11-27 11:24:50 +01:00
d6e6d68b18 benchmaring tests are now optional 2025-11-27 08:34:49 +01:00
83825a9272 fixed call arg precedence bug in last arg callable scenario 2025-11-27 08:15:06 +01:00
ea0ecb1db3 lynglib: added MiniAST support
lyngweb: better syntax highlighting and code editor
2025-11-24 00:38:17 +01:00
28b961d339 Add comprehensive documentation for when statement and integrate related tests and references 2025-11-22 20:11:01 +01:00
f4375ad627 lyngweb: add Maven publishing configuration, range iterability tests, and minor editor refinements 2025-11-22 01:22:39 +01:00
72c6dc2bde fixed wrong line report on throw statement 2025-11-21 17:18:59 +01:00
918534afb5 fixed highlighting and styles 2025-11-19 17:52:48 +01:00
67e4d76f59 kotlin upgraded, site started 2025-11-18 00:24:19 +01:00
88f035beb6 version bump 2025-11-17 15:25:26 +01:00
41657b3558 another MI bug fixed, added tests for MI serialization 2025-11-17 15:09:02 +01:00
1e6dd89778 added test for scope locality 2025-11-17 14:15:38 +01:00
6eabcc315f fixed errors 2025-11-17 14:08:32 +01:00
aeeec2d417 added Multiple Inheritance 2025-11-17 00:28:07 +01:00
882df67909 added new performance flags, extended PIC handling to size 4, introduced fast paths for ObjFastIntRangeIterator, small-arity arguments, index access, and unary operations 2025-11-16 00:17:15 +01:00
0798bbee9b version bump, added parallel execution tests 2025-11-15 10:45:33 +01:00
5df923920c more test for apply 2025-11-12 13:01:35 +01:00
76d89b43db added bitwise operators and shift support, updated parser, compiler, and docs. fixed copyright. 2025-11-12 12:57:35 +01:00
852383e3b1 fixed execution on JS and native platforms 2025-11-12 10:32:11 +01:00
28e8648794 fix to make it build on all platforms 2025-11-11 23:20:22 +01:00
d2a930c0e8 further optimizations: improve PIC miss caching and add fast paths for string, char, and numeric operations 2025-11-11 22:51:03 +01:00
0eea73c118 further optimizations 2025-11-11 22:04:04 +01:00
fdb056e78e big optimization 2025-11-11 21:22:10 +01:00
dc3000e9f7 version bump, better diagnostic on unknown object serialization 2025-11-11 15:40:00 +01:00
e8f0846840 nicrooptimizations 2025-11-10 23:59:51 +01:00
2af5852d44 JVM multithreaded scope pool now turned on by default 2025-11-10 23:08:58 +01:00
38c1b3c209 big optimization round 2025-11-10 22:14:21 +01:00
029fde2883 more optimizations 2025-11-10 02:14:18 +01:00
1498140892 further locals optimization 2025-11-10 01:35:15 +01:00
0b9e94c6e9 v0.10.1-SNAPSHOT optimization: Accessor refactored now use more effective ObjRef and slots for locals 2025-11-09 23:19:02 +01:00
6ca3e4589e fixed errors with some exception object naming and serialization 2025-11-07 02:52:15 +04:00
65963ce537 v0.9.3 published for all platforms; dyanimc improvements & more 2025-11-02 14:20:35 +01:00
9d222be924 added random bitArray 2025-11-01 22:19:40 +01:00
f00631cd88 some more docs 2025-11-01 22:10:26 +01:00
b8d6ff01a6 fixed invoke overriden field problem in dynamic and the dynamic's Lyng class. 2025-11-01 22:07:22 +01:00
ba725fc9ed less debug noise
open ObjDynamic
found a pfoblem with dynamic, see todo in OOTest.kt
2025-11-01 18:33:37 +01:00
5d4d548275 lzw utils 2025-11-01 10:28:04 +01:00
7e289382ed Scope.copy renamed to createChild for clarity; fixed error with Exception self serializing. 2025-10-31 14:58:02 +04:00
c854b06683 fixed comment before else in if;
dynamic now support indexing access
2025-10-04 11:25:19 +04:00
e8b630715a optimized BitArray.equals 2025-09-26 20:06:54 +04:00
3481a718b1 serializable and hashable BitArray. Comparable BitList. Small improvements 2025-09-26 19:45:28 +04:00
2696f1546d upgrading to kotlin 2.2 2025-09-26 11:48:40 +04:00
f45fa7f7a0 fix #49 regular expressions, operator match and docs 2025-09-05 17:53:19 +04:00
ead2f7168e ref #49 basic regex support (but not in when yet) 2025-08-25 12:34:04 +03:00
dc837e2095 +shiffle
+List.binarySearch
2025-08-24 00:09:38 +03:00