Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych closed issue SergeychWorks/lyng#42 2025-08-06 22:49:57 +03:00
Static class fields and methods
sergeych closed issue SergeychWorks/lyng#43 2025-08-06 22:49:47 +03:00
Claa body with initializers is not called untill first constructor call?
sergeych closed issue SergeychWorks/lyng#44 2025-08-06 22:49:27 +03:00
BodyInit is called more than once
sergeych pushed to master at SergeychWorks/lyng 2025-08-06 22:48:35 +03:00
53a6a88924 fix #42 class static fields and methods
sergeych pushed to master at SergeychWorks/lyng 2025-08-06 11:47:58 +03:00
2c2dae4d85 well redesigned class vals and vars, classScope introduced for class functions
sergeych pushed to master at SergeychWorks/lyng 2025-08-06 11:46:21 +03:00
63b2808109 well redesigned class vals and vars, classScope introduced for class functions
sergeych opened issue SergeychWorks/lyng#44 2025-08-05 10:50:10 +03:00
BodyInit is called more than once
sergeych opened issue SergeychWorks/lyng#43 2025-08-05 10:46:13 +03:00
Claa body with initializers is not called untill first constructor call?
sergeych opened issue SergeychWorks/lyng#42 2025-08-05 10:45:39 +03:00
Static class field creation
sergeych released 0.8.0 at SergeychWorks/lyng 2025-08-04 16:59:03 +03:00
sergeych pushed tag 0.8.0-SNAPSHOT to SergeychWorks/lyng 2025-08-04 16:59:03 +03:00
sergeych pushed to master at SergeychWorks/lyng 2025-08-04 16:52:47 +03:00
4165da5e81 published 0.8.0-SNAPSHOT
sergeych pushed to master at SergeychWorks/lyng 2025-08-04 16:52:30 +03:00
af463163bb published 0.8.0-SNAPSHOT
6df06a6911 fix #35 serialization alsso user classes. Fixed user classes comparison
Compare 2 commits »
sergeych closed issue SergeychWorks/lyng#35 2025-08-04 16:52:30 +03:00
Minimal serialization
sergeych commented on issue SergeychWorks/lyng#35 2025-08-04 03:49:13 +03:00
Minimal serialization

almost done except for user classes

sergeych closed issue SergeychWorks/lyng#40 2025-08-04 03:48:55 +03:00
create type references in module scopes and class constructors and be sure packge name is available
sergeych commented on issue SergeychWorks/lyng#40 2025-08-04 03:48:55 +03:00
create type references in module scopes and class constructors and be sure packge name is available

serialization is reqritten to avoid package refs as for now

sergeych closed issue SergeychWorks/lyng#41 2025-08-04 03:48:20 +03:00
rewrite ObjRange compiler to use it as operator, not a term
sergeych commented on issue SergeychWorks/lyng#41 2025-08-04 03:48:19 +03:00
rewrite ObjRange compiler to use it as operator, not a term

it actually is not possible due to open end version like 5.. or ..<1 which require parser/compiler support that exceeds operator capabilities

sergeych pushed to master at SergeychWorks/lyng 2025-08-03 15:11:25 +03:00
f805e1ee82 sets serialization