282 Commits

Author SHA1 Message Date
72c6dc2bde fixed wrong line report on throw statement 2025-11-21 17:18:59 +01:00
a229f227e1 tryling: better error reporting 2025-11-21 09:44:48 +01:00
01632dc6d7 tryling: snart mini-editor 2025-11-21 02:00:01 +01:00
4e37d0be26 tryling cosmetics 2025-11-21 00:45:18 +01:00
fa3fda144b added tryling, v0 2025-11-21 00:38:43 +01:00
2b320ab52a restructured site: split to separate sources. Search improved 2025-11-20 19:06:15 +01:00
f1e978599c deployment refined 2025-11-20 01:17:56 +01:00
215c7245a0 Enhance site navigation with improved search highlighting, refined navbar offset handling, query-based search term extraction, and additional docs layout adjustments. Also, add new resources and simplify deployment script paths. 2025-11-20 01:00:32 +01:00
d307ed2a04 inject back button inline for docs' H1 headers, fetch markdown titles progressively, and add deployment script 2025-11-19 23:56:31 +01:00
b82af3dceb site search 2025-11-19 23:22:12 +01:00
1fadc42414 added DocsPage, improved navbar with dynamic height handling, MathJax integration, new TOC features, and extensive markdown processing 2025-11-19 21:52:58 +01:00
918534afb5 fixed highlighting and styles 2025-11-19 17:52:48 +01:00
646a676b3e added scrollspy for TOC highlighting, theme toggle support, and dark/light mode handling 2025-11-19 14:23:07 +01:00
f4d1a77496 added extensive markdown rendering tests and Kotlin/JS externals for marked library 2025-11-18 23:10:22 +01:00
67e4d76f59 kotlin upgraded, site started 2025-11-18 00:24:19 +01:00
beb462fd62 readme fix 2025-11-17 15:45:37 +01:00
88f035beb6 version bump 1.0.0-SNAPSHOT 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 0.9.3 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 0.9.0-SNAPSHOT 2025-09-05 17:53:19 +04:00