233 Commits

Author SHA1 Message Date
f45fa7f7a0 fix #49 regular expressions, operator match and docs 0.9.0-SNAPSHOT 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
2743511b62 better readme 2025-08-24 09:04:40 +03:00
8431ab4f96 missing link in readme 2025-08-24 00:15:25 +03:00
80735f032d more links in docs 0.8.15 2025-08-24 00:10:17 +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
cf79163802 reflected current state in readme 2025-08-22 16:18:04 +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
2adb0ff512 +copyrght, apache 2.0 2025-08-13 23:22:04 +03:00
6735499959 more enum tests 2025-08-12 14:57:52 +03:00
b5e89c7e78 smple enums w/serialization 2025-08-12 14:47:41 +03:00
84e345b04e more docs on function annotations 2025-08-12 05:01:02 +03:00
9bd7aa368e cleanup 2025-08-12 04:52:40 +03:00
9704f18284 function annotation and some docs for it 2025-08-12 04:51:26 +03:00
804087f16d version bump 0.8.6 2025-08-12 00:16:09 +03:00
6d8eed7b8c added "dynamic" fields (get/set/call fields by name using dynamic standard function 2025-08-12 00:15:45 +03:00
e916d9805a correct end-block token processing (detect more errors) 2025-08-11 22:48:43 +03:00
c398496ee0 refining the readme/2 2025-08-11 14:41:35 +03:00
299738cffd refining the readme 2025-08-11 10:36:29 +03:00
62461c09cc readme fix 2025-08-10 23:41:57 +03:00
63de82393a multiline string literals 2025-08-10 23:32:03 +03:00
ed0a21cb06 added test config 2025-08-10 09:51:04 +03:00
1baf69f40f more docs on Iterable 0.8.3 2025-08-09 23:23:05 +03:00
ba8d543d87 more docs on Iterable 2025-08-09 23:20:25 +03:00
d3785afa6f adopt stdlib to CLI tool 2025-08-09 22:59:43 +03:00
3948283481 0.8.4: stadlib in Lyng! added universal Iterable functions 2025-08-09 22:50:48 +03:00
f9198fe583 parallelism and flows + bugfixes release 2025-08-09 15:55:30 +03:00
4917f99197 docs 2025-08-09 15:54:46 +03:00
e0ed27a01f fixed many bugs in closures processing also in flows 2025-08-09 15:48:41 +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