2025-01-08 - 2026-01-08
Overview
17 Releases published by 1 user
Published
1.1.0-rc
1.1.0 release candidate
Published
1.0.4-SNAPSHOT
1.0.4-SNAPSHOT
Published
1.0.0-SNAPSHOT
Full language RC: Multiple Inheritance added
Published
0.9.3
dynamic improvements & build for all (+apple) platforms
Published
0.9.0-SNAPSHOT
0.9.0: regular expressions and match operator
Published
0.8.15
0.8.15: better stdlib, better exceptions, Lynon de/serialization
Published
0.8.6
0.8.6 dynamic vars, multiline string literals
Published
0.8.3
0.8.3 flows and stdlib in Lyng
Published
0.8.2-SNAPSHOT
0.8.2: coroutines/threads: launch, yield, Deferred, CompletableDeferred
Published
0.8.1
0.8.1
Published
0.8.0-SNAPSHOT
0.8.0
Published
0.7.0
class extensions, basic import support, async compiler refactored for simplicity, more stdlib, Obj(Iterable).toFlow to simplify lotlin integration
Published
0.6.7
sets, maps, key-value pairs, let, also, apply and better collection
Published
0.6.0
when(value) operator and container classes
Published
0.5.1
Exceptions handling
Published
0.4.0
do-while
Published
v0.2.0
first release
1 Pull request merged by 1 user
Merged
#92 fix/scope-parent-cycle
91 Issues closed from 1 user
Closed
#98 latelinit vals in classes
Closed
#97 partial properties/private set
Closed
#65 formatter: add indent in multiline comments
Closed
#96 Class properties
Closed
#95 destructuring assignment
Closed
#94 Fix ambigity on ObjInstance#toString()
Closed
#91 Syntax highlighting also for kotlin on site
Closed
#86 More centralised synbols/docs source form plugin and future docs utility
Closed
#88 Think of more general parse to json object mechanics just like one used for custom json serialization
Closed
#90 plugin with autocomplete
Closed
#84 plugin: try some autocompletion
Closed
#85 Bug in LynonEncoder
Closed
#83 plugin: check import-aware highlighting
Closed
#82 Improved docs
Closed
#81 problem with first search in site: loaded index seems not to trigger show options
Closed
#80 fix error if( !someCall() ) - requires a space after ' ' which it must not
Closed
#79 json serialization of enums as strings
Closed
#78 lyngo CLI: formatter command and help to integrae
Closed
#77 support jon null and instant serialize and kotlinx.deserialize
Closed
#76 document and syntax-highlight enums
Closed
#75 Json serialization of simple user classes
Closed
#74 duplicated fields in lynon (MI bug)
Closed
#73 forbid val reassignment inside classes (MI bug)
Closed
#72 Allow comments in the class declaration list
Closed
#69 formatter: color for @Annotations
Closed
#71 formatter: smart closing brace
Closed
#68 spell check in lyng file
Closed
#67 plugin: mark the line with the first error and probably show the error
Closed
#66 formatter: add color for class declaration
Closed
#64 plugin: enum is not properly highlighted and formatted
Closed
#59 call cancel iteration on break in loops over iterables
Closed
#61 add support set -= collection
Closed
#63 throw "error" incorrect source position is reported
Closed
#13 minimal inheritance
Closed
#62 0.10: big optimisation in progress
Closed
#60 dynamic accessor fails to provide local instance methods to be dynamic
Closed
#49 Regex in some way
Closed
#56 make exception objects serializable
Closed
#57 add stack traces
Closed
#58 fix imporper toString calling in overriden cases
Closed
#55 Multiline class main constructor
Closed
#54 if( !call() ) should not require space between ! and callable symbol
Closed
#53 fix } <newline> .method(...
Closed
#52 Calling instance method from class extensions
Closed
#48 Flows (instead of channels and sequences)
Closed
#51 Incorrect application of the new context to fn/lambda closure
Closed
#47 Minimal parallelism
Closed
#46 check/implement private instance methods and fields
Closed
#45 check/implement private class vars and methods
Closed
#42 Static class fields and methods
Closed
#43 Claa body with initializers is not called untill first constructor call?
Closed
#44 BodyInit is called more than once
Closed
#35 Minimal serialization
Closed
#40 create type references in module scopes and class constructors and be sure packge name is available
Closed
#41 rewrite ObjRange compiler to use it as operator, not a term
Closed
#39 ++/ indexing fails
Closed
#34 Time classes
Closed
#33 Buffer type
Closed
#38 Basic package manager
Closed
#6 Extend existing classes
Closed
#36 Minimal modules
Closed
#31 collect data type specifications and extern qualifiers
Closed
#37 MAke Context open and add Applied context class with better logic for lambdas
Closed
#32 try to optimize compilerContext
Closed
#30 utility commands: let, apply, also
Closed
#29 maps: entries iterator, key-value or first-second support?
Closed
#28 map
Closed
#27 set
Closed
#26 refactor list with regular indices
Closed
#23 String formatting (sprintf)
Closed
#24 String interpolation
Closed
#19 consider ?[ ?( ?. ?(
Closed
#14 when(value) operator
Closed
#20 more do-while loop tests
Closed
#22 polishin exception handling
Closed
#18 Try-catch-finally
Closed
#21 add for-label-break test
Closed
#1 Add test for for-continue
Closed
#17 Do-while and bug correction
Closed
#16 Bugs with real literal and tail block with default params
Closed
#15 default toString for class implementation
Closed
#9 fix callable { ... } call
Closed
#11 public private visibility for fields
Closed
#10 adding methods to classes
Closed
#12 class body: instance methods
Closed
#8 Creating user classes
Closed
#7 Fix comments not to create empty statements
Closed
#5 Loop optimization: save/check break usage in CompilerContext
Closed
#4 add lambdas
Closed
#3 Fix namespace and Math.PI
Closed
#2 implement + / += for Iterables
95 Issues created by 1 user
Opened
#1 Add test for for-continue
Opened
#2 implement + / += for Iterables
Opened
#3 Fix namespace and Math.PI
Opened
#4 add lambdas
Opened
#5 Loop optimization: save/check break usage in CompilerContext
Opened
#6 Extend existing classes
Opened
#7 Fix comments not to create empty statements
Opened
#8 Creating user classes
Opened
#9 fix callable { ... } call
Opened
#10 adding methods to classes
Opened
#11 public private visibility for fields
Opened
#12 class body: instance methods
Opened
#13 minimal inheritance
Opened
#14 when(value) operator
Opened
#15 default toString for class implementation
Opened
#16 Bugs with real literal and tail block with default params
Opened
#17 Do-while and bug correction
Opened
#18 Try-catch-finally
Opened
#19 consider ?[ ?( ?. ?(
Opened
#20 more do-while loop tests
Opened
#21 add for-label-break test
Opened
#22 polishin exception handling
Opened
#23 String formatting (sprintf)
Opened
#24 String interpolation
Opened
#25 CLI: Shell commands
Opened
#26 refactor list with regular indices
Opened
#27 set
Opened
#28 map
Opened
#29 maps: entries iterator, key-value or first-second support?
Opened
#30 utility commands: let, apply, also
Opened
#31 collect data type specifications and extern qualifiers
Opened
#32 try to optimize compilerContext
Opened
#33 Buffer type
Opened
#34 Time classes
Opened
#35 Minimal serialization
Opened
#36 Minimal modules
Opened
#37 MAke Context open and add Applied context class with better logic for lambdas
Opened
#38 Basic package manager
Opened
#39 ++/ indexing fails
Opened
#40 create type references in module scopes and class constructors and be sure packge name is available
Opened
#41 rewrite ObjRange compiler to use it as operator, not a term
Opened
#42 Static class fields and methods
Opened
#43 Claa body with initializers is not called untill first constructor call?
Opened
#44 BodyInit is called more than once
Opened
#45 check/implement private class vars and methods
Opened
#46 check/implement private instance methods and fields
Opened
#47 Minimal parallelism
Opened
#48 Flows (instead of channels and sequences)
Opened
#49 Regex in some way
Opened
#51 Incorrect application of the new context to fn/lambda closure
Opened
#52 Calling instance method from class extensions
Opened
#53 fix } <newline> .method(...
Opened
#54 if( !call() ) should not require space between ! and callable symbol
Opened
#55 Multiline class main constructor
Opened
#56 make exception objects serializable
Opened
#57 add stack traces
Opened
#58 fix imporper toString calling in overriden cases
Opened
#59 call cancel iteration on break in loops over iterables
Opened
#60 dynamic accessor fails to provide local instance methods to be dynamic
Opened
#61 add support set -= collection
Opened
#62 0.10: big optimisation in progress
Opened
#63 throw "error" incorrect source position is reported
Opened
#64 plugin: enum is not properly highlighted and formatted
Opened
#65 formatter: add indent in multiline comments
Opened
#66 formatter: add color for class declaration
Opened
#67 plugin: mark the line with the first error and probably show the error
Opened
#68 spell check in lyng file
Opened
#69 formatter: color for @Annotations
Opened
#70 formater: fix consequtive ')'
Opened
#71 formatter: smart closing brace
Opened
#72 Allow comments in the class declaration list
Opened
#73 forbid val reassignment inside classes (MI bug)
Opened
#74 duplicated fields in lynon (MI bug)
Opened
#75 Json serialization of simple user classes
Opened
#76 document and syntax-highlight enums
Opened
#77 support jon null and instant serialize and kotlinx.deserialize
Opened
#78 lyngo CLI: formatter command and help to integrae
Opened
#79 json serialization of enums as strings
Opened
#80 fix error if( !someCall() ) - requires a space after ' ' which it must not
Opened
#81 problem with first search in site: loaded index seems not to trigger show options
Opened
#82 Improved docs
Opened
#83 plugin: check import-aware highlighting
Opened
#84 plugin: try some autocompletion
Opened
#85 Bug in LynonEncoder
Opened
#86 More centralised synbols/docs source form plugin and future docs utility
Opened
#87 Json parsing: start
Opened
#88 Think of more general parse to json object mechanics just like one used for custom json serialization
Opened
#89 integrate Lyng information for AI assistants on the site and to the library
Opened
#90 plugin with autocomplete
Opened
#91 Syntax highlighting also for kotlin on site
Opened
#94 Fix ambigity on ObjInstance#toString()
Opened
#95 destructuring assignment
Opened
#96 Class properties
Opened
#97 partial properties/private set
Opened
#98 latelinit vals in classes