|
|
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 |
|
|
|
0ec0ed96ee
|
sorted* moved to Iterable
in-place List sort
v0.8.15-SNAPSHOT
|
2025-08-23 22:53:10 +03:00 |
|
|
|
a5e51a3f90
|
more tests
|
2025-08-23 09:41:23 +03:00 |
|
|
|
c8e8bdc466
|
ref #56 exceptions are serializable
+fixed ambigity betwee lyng/kotln toString, added directional parameter to kotlin
|
2025-08-22 09:57:36 +03:00 |
|
|
|
4b613fda7c
|
fix #58 improper toString overload processing in Lyng
fix #57 Exception#getStackTrace()
ref #56 StackTraceEntry is serializable now
|
2025-08-22 00:02:23 +03:00 |
|
|
|
8d1cafae80
|
fix #55 newlines in function declarations and constructors
|
2025-08-20 11:07:49 +03:00 |
|
|
|
0526cdfb38
|
fix #54 on current version of the compiler it is no more an issue
|
2025-08-20 11:00:47 +03:00 |
|
|
|
cad6ba936d
|
fix #53 chained calls and multiline expressions
|
2025-08-20 10:57:15 +03:00 |
|
|
|
cb333ab6bd
|
less debug noise
|
2025-08-18 11:16:57 +03:00 |
|
|
|
23737f9b5c
|
removed debug stuff
|
2025-08-18 01:48:23 +03:00 |
|
|
|
fb6e2aa49e
|
bugfix: elvis + throw
|
2025-08-18 01:19:49 +03:00 |
|
|
|
95c1da60ed
|
better elvis + throw
+added run {}
|
2025-08-18 00:56:52 +03:00 |
|
|
|
835333dfad
|
fixed objClass initialization in ObjInt.Zero, added Buffer.toBitInput, minimal descrription of Lynon
|
2025-08-17 23:51:50 +03:00 |
|
|
|
eefecae7b4
|
more Buffer encodings
|
2025-08-17 19:26:15 +03:00 |
|
|
|
2ac92a1d09
|
more elegant Iterable.all
|
2025-08-17 18:21:52 +03:00 |
|
|
|
464a6dcb99
|
fixed many bugs with variable visibility in mixed scopes
|
2025-08-17 12:24:39 +03:00 |
|
|
|
eca746b189
|
commented out delegate creation
|
2025-08-14 14:34:44 +03:00 |
|
|
|
b07452e66e
|
more stdlib and docs, bugfixes
|
2025-08-14 14:31:51 +03:00 |
|
|
|
202e70a99a
|
less debug noise
|
2025-08-14 01:36:37 +03:00 |
|
|
|
f45310f7d9
|
default implementation for Iterator.cancelIteration (does nothing) and not implemented errors for iterator methods (better error messages)
|
2025-08-13 23:34:54 +03:00 |
|
|
|
48a7f0839c
|
less warnings
|
2025-08-13 23:24:51 +03:00 |
|