Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych opened issue SergeychWorks/lyng#14 2025-06-10 17:33:38 +03:00
when(value) operator
sergeych pushed to master at SergeychWorks/lyng 2025-06-10 17:32:55 +03:00
2a93e6f7da fix #9 block argument {} call without ()
sergeych closed issue SergeychWorks/lyng#9 2025-06-10 17:32:55 +03:00
fix callable { ... } call
sergeych pushed to master at SergeychWorks/lyng 2025-06-10 11:07:21 +03:00
20c81dbf2e fix #11 and private visibility for constructor params, fields and methods.
sergeych closed issue SergeychWorks/lyng#11 2025-06-10 11:07:21 +03:00
public private visibility for fields
sergeych commented on issue SergeychWorks/lyng#11 2025-06-10 09:18:31 +03:00
public private visibility for fields

important: new keywords should be added as tokens. we should migrate from ids to tokens

sergeych commented on issue SergeychWorks/lyng#6 2025-06-10 09:16:39 +03:00
Extend existing classes

Should not be implemented before inheritance mechanics will be settled in #13

sergeych opened issue SergeychWorks/lyng#13 2025-06-10 09:12:04 +03:00
minimal inheritance
sergeych closed issue SergeychWorks/lyng#10 2025-06-10 01:09:55 +03:00
adding methods to classes
sergeych pushed to master at SergeychWorks/lyng 2025-06-10 01:06:11 +03:00
fffa3d31bb - rewritten/fixed buildconfig
sergeych released first release at SergeychWorks/lyng 2025-06-10 00:10:45 +03:00
sergeych pushed tag v0.2.0 to SergeychWorks/lyng 2025-06-10 00:10:44 +03:00
sergeych closed issue SergeychWorks/lyng#12 2025-06-10 00:03:37 +03:00
class body: instance methods
sergeych pushed to master at SergeychWorks/lyng 2025-06-09 23:57:55 +03:00
323c455a50 v.0.2.0: classes, lambdas, arrays, ellipsis, splats, etc.
sergeych pushed to master at SergeychWorks/lyng 2025-06-09 23:55:56 +03:00
370d8cf605 better readme
sergeych pushed to master at SergeychWorks/lyng 2025-06-09 23:10:01 +03:00
f338c54632 public class methods
3ef80616d8 public class methods
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2025-06-09 22:55:14 +03:00
961228ca0b class val and var in body
sergeych pushed to master at SergeychWorks/lyng 2025-06-09 15:34:37 +03:00
56e0d2fd63 optimizing refactoring: no more StoredObj.kt, WithAccess now always deals with Obj and is renamed to ObjRecord
sergeych pushed to master at SergeychWorks/lyng 2025-06-09 15:25:32 +03:00
33fdb0934a minor refactoring
sergeych pushed to master at SergeychWorks/lyng 2025-06-09 12:43:25 +03:00
60384060bf minor refactoring