Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych opened issue SergeychWorks/lyng#40 2025-07-11 05:59: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#35 2025-07-11 05:58:17 +03:00
Minimal serialization

format will be named as "Lynon"; it will use bit-encoding for minimal size and variable-length cache references.

sergeych pushed to master at SergeychWorks/lyng 2025-07-11 05:56:49 +03:00
987b80e44d lynon started
sergeych pushed to master at SergeychWorks/lyng 2025-07-10 15:55:05 +03:00
5848adca61 fix #39 correct implementation of ++ and -- with indexing access
sergeych closed issue SergeychWorks/lyng#39 2025-07-10 15:55:05 +03:00
++/ indexing fails
sergeych pushed to master at SergeychWorks/lyng 2025-07-10 12:47:04 +03:00
f1ae4b2d23 fixed CLI for new compiler interface
sergeych pushed to master at SergeychWorks/lyng 2025-07-10 12:43:01 +03:00
30b6ef235b each new scope with no parent now starts with a copy of import manager to isolate its imports
9771b40c98 fixed double imports bug
Compare 2 commits »
sergeych pushed to master at SergeychWorks/lyng 2025-07-10 11:10:32 +03:00
230cb0a067 ref #34 time formatting and precision time access
sergeych closed issue SergeychWorks/lyng#34 2025-07-10 00:00:07 +03:00
Time classes
sergeych pushed to master at SergeychWorks/lyng 2025-07-10 00:00:07 +03:00
732d8f3877 fix #34 minimal time manipulation
sergeych pushed to master at SergeychWorks/lyng 2025-07-09 17:56:20 +03:00
23006b5caa fix #33 minimal Buffer with docs, in a separate package
sergeych closed issue SergeychWorks/lyng#33 2025-07-09 17:56:20 +03:00
Buffer type
sergeych opened issue SergeychWorks/lyng#39 2025-07-09 17:30:53 +03:00
++ woth indexing fails:
sergeych closed issue SergeychWorks/lyng#38 2025-07-09 13:15:40 +03:00
Basic package manager
sergeych pushed to master at SergeychWorks/lyng 2025-07-09 13:15:40 +03:00
26282d3e22 fix #38 ImportManager integrated into Scope tree and all systems
sergeych pushed to master at SergeychWorks/lyng 2025-07-07 23:44:27 +03:00
ce4ed5c819 migrated to kotlin 2.2.0
sergeych opened issue SergeychWorks/lyng#38 2025-07-07 15:10:07 +03:00
Basic package manager
sergeych closed issue SergeychWorks/lyng#6 2025-07-07 15:05:41 +03:00
Extend existing classes
sergeych commented on issue SergeychWorks/lyng#6 2025-07-07 15:05:41 +03:00
Extend existing classes

inheritance mechanic is preserved with the current test implentation

sergeych pushed to master at SergeychWorks/lyng 2025-07-07 15:02:14 +03:00
612c0fb7b9 v.0.7.1 improved imports