2024-07-23 - 2025-07-23

Overview

0 Active Pull Requests
40 Active Issues
Excluding merges, 2 authors have pushed 166 commits to master and 167 commits to all branches. On master, 200 files have changed and there have been 25064 additions and 6734 deletions.

6 Releases published by 1 user

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

36 Issues closed from 1 user

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 #3 Fix namespace and Math.PI 2025-06-02 10:41:07 +03:00

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

40 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