Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych closed issue SergeychWorks/lyng#13 2025-11-17 21:07:32 +03:00
minimal inheritance
sergeych closed issue SergeychWorks/lyng#62 2025-11-17 21:07:03 +03:00
0.10: big optimisation in progress
sergeych pushed to master at SergeychWorks/lyng 2025-11-17 17:45:42 +03:00
beb462fd62 readme fix
sergeych pushed tag 1.0.0-SNAPSHOT to SergeychWorks/lyng 2025-11-17 17:31:03 +03:00
sergeych pushed to master at SergeychWorks/lyng 2025-11-17 17:27:34 +03:00
88f035beb6 version bump
41657b3558 another MI bug fixed, added tests for MI serialization
1e6dd89778 added test for scope locality
6eabcc315f fixed errors
aeeec2d417 added Multiple Inheritance
Compare 5 commits »
sergeych pushed to MI at SergeychWorks/lyng 2025-11-17 17:25:31 +03:00
88f035beb6 version bump
sergeych pushed to MI at SergeychWorks/lyng 2025-11-17 17:09:10 +03:00
41657b3558 another MI bug fixed, added tests for MI serialization
sergeych pushed to MI at SergeychWorks/lyng 2025-11-17 16:15:44 +03:00
1e6dd89778 added test for scope locality
sergeych pushed to MI at SergeychWorks/lyng 2025-11-17 16:08:38 +03:00
6eabcc315f fixed errors
sergeych pushed to MI at SergeychWorks/lyng 2025-11-17 02:28:15 +03:00
aeeec2d417 added Multiple Inheritance
sergeych created branch MI in SergeychWorks/lyng 2025-11-17 02:28:15 +03:00
sergeych pushed to master at SergeychWorks/lyng 2025-11-16 02:17:22 +03:00
882df67909 added new performance flags, extended PIC handling to size 4, introduced fast paths for ObjFastIntRangeIterator, small-arity arguments, index access, and unary operations
sergeych pushed to master at SergeychWorks/lyng 2025-11-15 12:45:42 +03:00
0798bbee9b version bump, added parallel execution tests
sergeych pushed to master at SergeychWorks/lyng 2025-11-12 15:01:43 +03:00
5df923920c more test for apply
sergeych pushed to master at SergeychWorks/lyng 2025-11-12 14:57:42 +03:00
76d89b43db added bitwise operators and shift support, updated parser, compiler, and docs. fixed copyright.
sergeych pushed to master at SergeychWorks/lyng 2025-11-12 12:32:16 +03:00
852383e3b1 fixed execution on JS and native platforms
sergeych pushed to master at SergeychWorks/lyng 2025-11-12 01:20:28 +03:00
28e8648794 fix to make it build on all platforms
sergeych pushed to master at SergeychWorks/lyng 2025-11-12 00:51:12 +03:00
d2a930c0e8 further optimizations: improve PIC miss caching and add fast paths for string, char, and numeric operations
sergeych pushed to master at SergeychWorks/lyng 2025-11-12 00:04:10 +03:00
0eea73c118 further optimizations