151 Commits

Author SHA1 Message Date
9771b40c98 fixed double imports bug
added clean import scope Scope.new()
2025-07-10 12:41:10 +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
612c0fb7b9 v.0.7.1 improved imports 2025-07-07 15:02:10 +03:00
ef6bc5c468 refs #36 imports refined and optimized, circular imports are supported. 2025-07-07 15:01:27 +03:00
1e2cb5e420 fixed import inside sources in InlineSourcesPacman 2025-07-04 02:23:45 +03:00
868379ce22 v0.7.0: imports and stuff 0.7.0 2025-07-04 01:00:20 +03:00
f37354f382 fix #36 basic import support 2025-07-04 00:56:56 +03:00
ddbcbf9e4e renaming context to scope, as it is rather scp[e than the context 2025-07-03 21:46:25 +03:00
6cf99fbd13 Compiler refactored: CompilerContext now is class member 2025-07-03 20:00:01 +03:00
950e8301c3 associateBy and Lyng:Iterable .toFlow() for kotlin integration simplicity 2025-07-02 20:45:30 +03:00
ea2cf1f373 code cleaning 2025-07-01 12:31:40 +03:00
eee6d75587 extension methids 2025-06-20 03:43:58 +04:00
a8067d0a6b fix #31 type records for simple types and extern keyword for methods/functions 2025-06-19 01:06:45 +04:00
75a6f20150 fix #31 type records for simple types and extern keyword for methods/functions 2025-06-17 18:42:37 +04:00
d969d6d572 fix #37 AppliedContext optimization 2025-06-17 09:49:05 +04:00
2d4c4d345d fix #30: let, apply, also. Fix in context combining for lambda calls. 0.6.7 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
1db1f12be3 refs #25 backbone of multiplatform shell 2025-06-14 10:18:38 +04:00
dcde11d722 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	lyng/src/nativeMain/kotlin/Common.native.kt
2025-06-14 01:21:44 +04:00
83e79f47c7 lyng CLI: support for shebang, started shell KMP code 2025-06-14 01:20:26 +04:00
e0bb183929 lyng CLI: support for shebang, started shell KMP code 2025-06-14 01:20:00 +04:00
b961296425 fix #19 set of null-coalesce operators 2025-06-13 22:25:18 +04:00
bd2b6bf06e readme actualized 2025-06-13 21:20:45 +04:00
253480e32a readme actualized 2025-06-13 20:15:39 +04:00
eb8110cbf0 removed unnecessary 2025-06-13 19:12:51 +04:00
8c6a1979ed published to our maven 2025-06-13 19:11:28 +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. 0.6.0 2025-06-13 17:27:23 +04:00
7cc80e2433 fix #20 do-while tests for labels, values, else 2025-06-13 11:05:30 +04:00
dacdcd7faa ref #13 get rid pf tokens for private/protected, added open attribute parsing 2025-06-13 10:31:32 +04:00
59a76efdce fix #22 test throw from kotlin code 2025-06-13 07:51:42 +04:00
bb862e6cb5 refs #22 test for try-free 2025-06-13 01:52:44 +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
0981d8370e v0.5.1-SNAPSHOT: Exceptions Handling! 0.5.1 2025-06-13 01:36:21 +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