Sergey Chernov sergeych
  • Joined on 2022-07-18
sergeych opened issue SergeychWorks/lyng#19 2025-06-12 08:46:37 +03:00
consider ?[ ?( ?. ?(
sergeych opened issue SergeychWorks/lyng#18 2025-06-12 08:42:06 +03:00
Try-catch-finally
sergeych opened issue SergeychWorks/lyng#17 2025-06-12 08:41:39 +03:00
Do-while and bug correction
sergeych pushed to master at SergeychWorks/lyng 2025-06-11 13:06:25 +03:00
55fd3ea716 more docs
sergeych pushed to master at SergeychWorks/lyng 2025-06-11 09:57:36 +03:00
697bafdcee fix for gitea KaTex parser bug
sergeych pushed to master at SergeychWorks/lyng 2025-06-11 09:54:15 +03:00
28b83f9892 ref #16 better processing of the last-block argument
sergeych closed issue SergeychWorks/lyng#16 2025-06-11 08:43:55 +03:00
Bugs with real literal and tail block with default params
sergeych pushed to master at SergeychWorks/lyng 2025-06-11 08:43:55 +03:00
194fc8aca6 fix #16 last-block argument now can be combined with defaults and ellipsis
382532e0e1 further Arguments optimizations
c0eba1ecf0 Arguments.Info optimized out
Compare 3 commits »
sergeych opened issue SergeychWorks/lyng#16 2025-06-11 08:13:41 +03:00
Bugs with real literal and tail block with default params
sergeych pushed to master at SergeychWorks/lyng 2025-06-11 07:59:23 +03:00
b253eed032 fixed 1e-6 type Real literal
sergeych pushed to master at SergeychWorks/lyng 2025-06-10 22:51:16 +03:00
d482401b15 ObjInstance / ObjClass optimization no more list of accessible fields!
sergeych pushed to master at SergeychWorks/lyng 2025-06-10 22:14:50 +03:00
88b355c40d ObjInstanceClass optimization
sergeych pushed to master at SergeychWorks/lyng 2025-06-10 17:51:13 +03:00
652e1d3af4 fix #15, default toString for a class
sergeych closed issue SergeychWorks/lyng#15 2025-06-10 17:51:12 +03:00
default toString for class implementation
sergeych opened issue SergeychWorks/lyng#15 2025-06-10 17:34:23 +03:00
default toString for class implementation
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