2025-02-18 - 2025-08-18

Overview

0 Active Pull Requests
55 Active Issues
Excluding merges, 2 authors have pushed 216 commits to master and 217 commits to all branches. On master, 240 files have changed and there have been 30657 additions and 7551 deletions.

11 Releases published by 1 user

Published 0.8.6 0.8.6 dynamic vars, multiline string literals 2025-08-12 00:19:27 +03:00

Published 0.8.3 0.8.3 flows and stdlib in Lyng 2025-08-09 23:24:18 +03:00

Published 0.8.2-SNAPSHOT 0.8.2: coroutines/threads: launch, yield, Deferred, CompletableDeferred 2025-08-07 21:51:26 +03:00

Published 0.8.1 0.8.1 2025-08-06 23:13:09 +03:00

Published 0.8.0-SNAPSHOT 0.8.0 2025-08-04 16:59:03 +03:00

Published 0.7.0 class extensions, basic import support, async compiler refactored for simplicity, more stdlib, Obj(Iterable).toFlow to simplify lotlin integration 2025-07-04 01:04:17 +03:00

Published 0.6.7 sets, maps, key-value pairs, let, also, apply and better collection 2025-06-16 15:06:40 +03:00

Published 0.6.0 when(value) operator and container classes 2025-06-13 16:31:39 +03:00

Published 0.5.1 Exceptions handling 2025-06-13 00:38:02 +03:00

Published 0.4.0 do-while 2025-06-12 10:26:44 +03:00

Published v0.2.0 first release 2025-06-10 00:10:44 +03:00

48 Issues closed from 1 user

Closed #52 Calling instance method from class extensions 2025-08-18 00:15:34 +03:00

Closed #48 Flows (instead of channels and sequences) 2025-08-08 19:33:24 +03:00

Closed #51 Incorrect application of the new context to fn/lambda closure 2025-08-08 19:23:56 +03:00

Closed #47 Minimal parallelism 2025-08-07 20:31:57 +03:00

Closed #46 check/implement private instance methods and fields 2025-08-06 23:10:45 +03:00

Closed #45 check/implement private class vars and methods 2025-08-06 23:10:38 +03:00

Closed #42 Static class fields and methods 2025-08-06 22:49:57 +03:00

Closed #43 Claa body with initializers is not called untill first constructor call? 2025-08-06 22:49:47 +03:00

Closed #44 BodyInit is called more than once 2025-08-06 22:49:27 +03:00

Closed #35 Minimal serialization 2025-08-04 16:52:30 +03:00

Closed #40 create type references in module scopes and class constructors and be sure packge name is available 2025-08-04 03:48:55 +03:00

Closed #41 rewrite ObjRange compiler to use it as operator, not a term 2025-08-04 03:48:20 +03:00

Closed #39 ++/ indexing fails 2025-07-10 15:55:05 +03:00

Closed #34 Time classes 2025-07-10 00:00:06 +03:00

Closed #33 Buffer type 2025-07-09 17:56:20 +03:00

Closed #38 Basic package manager 2025-07-09 13:15:40 +03:00

Closed #6 Extend existing classes 2025-07-07 15:05:41 +03:00

Closed #36 Minimal modules 2025-07-04 00:57:28 +03:00

Closed #31 collect data type specifications and extern qualifiers 2025-06-17 17:42:45 +03:00

Closed #37 MAke Context open and add Applied context class with better logic for lambdas 2025-06-17 08:49:15 +03:00

Closed #32 try to optimize compilerContext 2025-06-17 08:22:42 +03:00

Closed #30 utility commands: let, apply, also 2025-06-16 14:44:53 +03:00

Closed #29 maps: entries iterator, key-value or first-second support? 2025-06-16 01:15:21 +03:00

Closed #28 map 2025-06-16 00:12:13 +03:00

Closed #27 set 2025-06-15 17:02:20 +03:00

Closed #26 refactor list with regular indices 2025-06-14 13:52:03 +03:00

Closed #23 String formatting (sprintf) 2025-06-14 10:54:02 +03:00

Closed #24 String interpolation 2025-06-14 10:51:56 +03:00

Closed #19 consider ?[ ?( ?. ?( 2025-06-13 21:25:26 +03:00

Closed #14 when(value) operator 2025-06-13 16:27:46 +03:00

Closed #20 more do-while loop tests 2025-06-13 10:05:38 +03:00

Closed #22 polishin exception handling 2025-06-13 06:51:50 +03:00

Closed #18 Try-catch-finally 2025-06-12 18:17:48 +03:00

Closed #21 add for-label-break test 2025-06-12 11:34:11 +03:00

Closed #1 Add test for for-continue 2025-06-12 11:23:56 +03:00

Closed #17 Do-while and bug correction 2025-06-12 10:22:35 +03:00

Closed #16 Bugs with real literal and tail block with default params 2025-06-11 08:43:55 +03:00

Closed #15 default toString for class implementation 2025-06-10 17:51:12 +03:00

Closed #9 fix callable { ... } call 2025-06-10 17:32:55 +03:00

Closed #11 public private visibility for fields 2025-06-10 11:07:21 +03:00

Closed #10 adding methods to classes 2025-06-10 01:09:55 +03:00

Closed #12 class body: instance methods 2025-06-10 00:03:37 +03:00

Closed #8 Creating user classes 2025-06-08 17:26:55 +03:00

Closed #7 Fix comments not to create empty statements 2025-06-04 07:09:50 +03:00

Closed #5 Loop optimization: save/check break usage in CompilerContext 2025-06-03 09:44:49 +03:00

Closed #4 add lambdas 2025-06-02 18:06:37 +03:00

Closed #2 implement + / += for Iterables 2025-06-02 10:41:07 +03:00

Closed #3 Fix namespace and Math.PI 2025-06-02 10:41:07 +03:00

55 Issues created by 1 user

Opened #1 Add test for for-continue 2025-06-01 16:49:03 +03:00

Opened #2 implement + / += for Iterables 2025-06-01 16:49:18 +03:00

Opened #3 Fix namespace and Math.PI 2025-06-01 16:50:08 +03:00

Opened #4 add lambdas 2025-06-01 21:37:36 +03:00

Opened #5 Loop optimization: save/check break usage in CompilerContext 2025-06-02 10:41:31 +03:00

Opened #6 Extend existing classes 2025-06-02 10:43:51 +03:00

Opened #7 Fix comments not to create empty statements 2025-06-02 18:07:33 +03:00

Opened #8 Creating user classes 2025-06-04 15:27:53 +03:00

Opened #9 fix callable { ... } call 2025-06-08 16:02:56 +03:00

Opened #10 adding methods to classes 2025-06-08 17:27:08 +03:00

Opened #11 public private visibility for fields 2025-06-08 17:27:20 +03:00

Opened #12 class body: instance methods 2025-06-09 12:29:04 +03:00

Opened #13 minimal inheritance 2025-06-10 09:12:04 +03:00

Opened #14 when(value) operator 2025-06-10 17:33:38 +03:00

Opened #15 default toString for class implementation 2025-06-10 17:34:23 +03:00

Opened #16 Bugs with real literal and tail block with default params 2025-06-11 08:13:41 +03:00

Opened #17 Do-while and bug correction 2025-06-12 08:41:39 +03:00

Opened #18 Try-catch-finally 2025-06-12 08:42:06 +03:00

Opened #19 consider ?[ ?( ?. ?( 2025-06-12 08:46:37 +03:00

Opened #20 more do-while loop tests 2025-06-12 11:21:31 +03:00

Opened #21 add for-label-break test 2025-06-12 11:24:12 +03:00

Opened #22 polishin exception handling 2025-06-12 18:18:57 +03:00

Opened #23 String formatting (sprintf) 2025-06-14 09:11:34 +03:00

Opened #24 String interpolation 2025-06-14 09:15:29 +03:00

Opened #25 CLI: Shell commands 2025-06-14 09:18:11 +03:00

Opened #26 refactor list with regular indices 2025-06-14 09:51:26 +03:00

Opened #27 set 2025-06-15 12:21:03 +03:00

Opened #28 map 2025-06-15 12:21:08 +03:00

Opened #29 maps: entries iterator, key-value or first-second support? 2025-06-16 00:13:04 +03:00

Opened #30 utility commands: let, apply, also 2025-06-16 08:33:59 +03:00

Opened #31 collect data type specifications and extern qualifiers 2025-06-17 08:21:21 +03:00

Opened #32 try to optimize compilerContext 2025-06-17 08:21:48 +03:00

Opened #33 Buffer type 2025-06-17 08:26:19 +03:00

Opened #34 Time classes 2025-06-17 08:26:34 +03:00

Opened #35 Minimal serialization 2025-06-17 08:26:43 +03:00

Opened #36 Minimal modules 2025-06-17 08:27:11 +03:00

Opened #37 MAke Context open and add Applied context class with better logic for lambdas 2025-06-17 08:27:34 +03:00

Opened #38 Basic package manager 2025-07-07 15:10:05 +03:00

Opened #39 ++/ indexing fails 2025-07-09 17:30:52 +03:00

Opened #40 create type references in module scopes and class constructors and be sure packge name is available 2025-07-11 05:59:55 +03:00

Opened #41 rewrite ObjRange compiler to use it as operator, not a term 2025-07-24 14:23:52 +03:00

Opened #42 Static class fields and methods 2025-08-05 10:45:39 +03:00

Opened #43 Claa body with initializers is not called untill first constructor call? 2025-08-05 10:46:13 +03:00

Opened #44 BodyInit is called more than once 2025-08-05 10:50:10 +03:00

Opened #45 check/implement private class vars and methods 2025-08-06 22:50:20 +03:00

Opened #46 check/implement private instance methods and fields 2025-08-06 22:50:46 +03:00

Opened #47 Minimal parallelism 2025-08-06 23:18:49 +03:00

Opened #48 Flows (instead of channels and sequences) 2025-08-06 23:23:04 +03:00

Opened #49 Regex in some way 2025-08-06 23:23:13 +03:00

Opened #50 invalid access to private objects must raise special exception (not confusing) 2025-08-06 23:26:31 +03:00

Opened #51 Incorrect application of the new context to fn/lambda closure 2025-08-08 14:13:22 +03:00

Opened #52 Calling instance method from class extensions 2025-08-14 16:25:48 +03:00

Opened #53 fix } <newline> .method(... 2025-08-18 00:16:21 +03:00

Opened #54 if( !call() ) should not require space between ! and callable symbol 2025-08-18 00:16:56 +03:00

Opened #55 Multiline class main constructor 2025-08-18 19:48:37 +03:00