107 Commits

Author SHA1 Message Date
9704f18284 function annotation and some docs for it 2025-08-12 04:51:26 +03:00
6d8eed7b8c added "dynamic" fields (get/set/call fields by name using dynamic standard function 2025-08-12 00:15:45 +03:00
63de82393a multiline string literals 2025-08-10 23:32:03 +03:00
1baf69f40f more docs on Iterable 2025-08-09 23:23:05 +03:00
ba8d543d87 more docs on Iterable 2025-08-09 23:20:25 +03:00
3948283481 0.8.4: stadlib in Lyng! added universal Iterable functions 2025-08-09 22:50:48 +03:00
4917f99197 docs 2025-08-09 15:54:46 +03:00
9aae33d564 fix #48 flows 2025-08-08 19:33:17 +03:00
1a90b25b1e fix #51 ref #48 flows started. bad closure-based bug fixed 2025-08-08 19:23:43 +03:00
0f54e2f845 ref #47 yield 2025-08-07 21:46:45 +03:00
19f8b6605b fix #47 parallelism: launch, Deferred, CompletableDeferred, Mutex (delay was already implemented) 2025-08-07 20:31:36 +03:00
be370dfdef fix #45 private statics and docs 2025-08-06 23:10:33 +03:00
790cce0d24 maps serialization 2025-08-03 15:06:46 +03:00
a9f65bdbe3 refs #35 serializatino framework refactored: implementation put in open methods of Obj/ObjClass for flexibility 2025-07-19 12:28:14 +03:00
6ab438b1f6 refs #35 serialize any: null, int, real, boolean, Instant. Added unary minus as general operator, not only to numbers. Instant truncation (nice for serialization) 2025-07-17 23:23:03 +03:00
7aee25ffef refs #35 Buffer is not mutable, MutableBuffer added (to cache in serialized form) 2025-07-16 11:47:23 +03:00
5848adca61 fix #39 correct implementation of ++ and -- with indexing access 2025-07-10 15:54:53 +03:00
230cb0a067 ref #34 time formatting and precision time access 2025-07-10 11:10:26 +03:00
732d8f3877 fix #34 minimal time manipulation 2025-07-10 00:00:02 +03:00
23006b5caa fix #33 minimal Buffer with docs, in a separate package 2025-07-09 17:56:08 +03:00
26282d3e22 fix #38 ImportManager integrated into Scope tree and all systems 2025-07-09 13:15:28 +03:00
ce4ed5c819 migrated to kotlin 2.2.0
better support for shebangs in CLI lyng
added jlyng local release
2025-07-07 23:44:21 +03:00
950e8301c3 associateBy and Lyng:Iterable .toFlow() for kotlin integration simplicity 2025-07-02 20:45:30 +03:00
eee6d75587 extension methids 2025-06-20 03:43:58 +04:00
2d4c4d345d fix #30: let, apply, also. Fix in context combining for lambda calls. 2025-06-16 15:44:22 +04:00
f9416105ec fix #29 mapentries, map iterators, => operator and .toMap() 2025-06-16 02:14:53 +04:00
c002204420 fix #28 basic map supports (still no iterators) 2025-06-16 01:12:04 +04:00
a4448ab2ff fix #10 set
+collection functions (map, forEach, toList, toSet, isEmpty, etc,)
2025-06-15 18:01:44 +04:00
8a4363bd84 fix #26 lists redesigned for ranges, less chaotic and serpentic 2025-06-14 14:51:41 +04:00
19eae213ec fix #23 string formatting and manipulations 2025-06-14 11:53:18 +04:00
b961296425 fix #19 set of null-coalesce operators 2025-06-13 22:25:18 +04:00
185aa4e0cf better docs/2 2025-06-13 18:40:14 +04:00
ef266b73a2 better docs/2 2025-06-13 18:03:51 +04:00
89427de5cd better docs 2025-06-13 18:02:34 +04:00
cfb2f7f128 more docs, fixed parsing of an empty string 2025-06-13 17:59:40 +04:00
be4f2c7f45 fix #14 when(value) with blows and whistles. Collection now is container (has Contains). greatly improved container properties of builtin classes. 2025-06-13 17:27:23 +04:00
aea819b89a refs #22 docs reordered chapters 2025-06-13 01:45:33 +04:00
88974e0f2d refs #22 try without catch but finally 2025-06-13 01:44:13 +04:00
c4122e8243 refs #22 more docs 2025-06-13 01:32:40 +04:00
c3bf536bab refs #22 more docs, fixed EH bug
+shortcut throw "message"
2025-06-13 01:30:26 +04:00
5ed8b2f123 refs #22 @35m 2 shorter forms for catch block, fixed catch class instance type checks 2025-06-13 00:12:21 +04:00
6c71f0a2e6 fix #18 basic exceptions handling 2025-06-12 19:17:35 +04:00
a1267c4395 fix #17 do-while loops
+mode string functions
+val/var cold be initialized with statement and return assigned values
2025-06-12 11:22:27 +04:00
55fd3ea716 more docs 2025-06-11 14:06:19 +04:00
697bafdcee fix for gitea KaTex parser bug 2025-06-11 09:57:35 +03:00
28b83f9892 ref #16 better processing of the last-block argument
+sample with national-characters vars
2025-06-11 10:54:06 +04:00
b253eed032 fixed 1e-6 type Real literal 2025-06-11 08:59:09 +04:00
d482401b15 ObjInstance / ObjClass optimization no more list of accessible fields! 2025-06-10 23:51:01 +04:00
652e1d3af4 fix #15, default toString for a class
+default comparison for a class
!give up struct in favor of class (simpler)
2025-06-10 18:51:04 +04:00
2a93e6f7da fix #9 block argument {} call without () 2025-06-10 18:32:38 +04:00